mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-01 09:31:48 +00:00
Run tests in python 2.7, 3.3 and 3.4 in travis
This commit is contained in:
parent
81d42c551e
commit
a46788154c
@ -2,6 +2,9 @@ language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- pip install coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user