p2pfs/tox.ini

8 lines
179 B
INI
Raw Normal View History

2018-09-30 03:42:00 +00:00
[tox]
envlist = py35, py36, py37
2018-09-30 03:42:00 +00:00
[testenv]
passenv = PYTHONPATH TOXENV
2018-09-30 03:42:00 +00:00
extras = test
commands = pytest tests/ --durations=0 --cov=./ --cov-report xml --cov-report term {posargs}