2017-09-29 13:33:48 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py{27,35,36}
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
|
|
|
|
platform=linux
|
|
|
|
deps=-rrequirements-dev.txt
|
|
|
|
commands=
|
2017-09-29 13:37:10 +00:00
|
|
|
coverage run --source=pylib setup.py test
|
2017-09-29 13:33:48 +00:00
|
|
|
coveralls
|