You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
306 B

language: python
env:
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pypy3
install:
- pip install tox
- pip install coveralls
- pip install scrutinizer-ocular
- pip install gevent
script:
- tox -e $TOXENV
after_script:
- coveralls
- ocular