pydu/tox.ini

10 lines
173 B
INI
Raw Normal View History

[tox]
envlist = py{36}
[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
deps=-rrequirements-dev.txt
commands=
coverage run --source=pylib -m pytest
coveralls