mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-29 07:51:56 +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,10 +2,13 @@ language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt --use-mirrors
|
||||
- pip install coveralls
|
||||
script:
|
||||
- coverage run --source=. run_tests.py
|
||||
after_success:
|
||||
- coveralls
|
||||
- coveralls
|
||||
|
Loading…
Reference in New Issue
Block a user