mirror of https://github.com/flaggo/pydu.git
11 lines
199 B
INI
11 lines
199 B
INI
|
[tox]
|
||
|
envlist = py{27,35,36}
|
||
|
|
||
|
[testenv]
|
||
|
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
||
|
platform=linux
|
||
|
deps=-rrequirements-dev.txt
|
||
|
commands=
|
||
|
coverage run --source=apollo setup.py test
|
||
|
coveralls
|