3 changed files with 10 additions and 4 deletions
@ -1,11 +1,17 @@ |
|||||
language: python |
language: python |
||||
|
env: |
||||
|
- TOXENV=py27 |
||||
|
- TOXENV=py33 |
||||
|
- TOXENV=py34 |
||||
|
- TOXENV=pypy |
||||
|
- TOXENV=pypy3 |
||||
install: |
install: |
||||
- pip install tox |
- pip install tox |
||||
- pip install coveralls |
- pip install coveralls |
||||
- pip install scrutinizer-ocular |
- pip install scrutinizer-ocular |
||||
|
- pip install gevent |
||||
script: |
script: |
||||
- rm .coverage |
- tox -e $TOXENV |
||||
- tox |
|
||||
after_script: |
after_script: |
||||
- coveralls |
- coveralls |
||||
- ocular |
- ocular |
||||
|
Loading…
Reference in new issue