debugpy/tox.ini
Pavel Minaev 4176a5275c New and better Travis config, sans Makefile and with Tox for pytests.
Groundwork for test coverage in pytests.
2018-11-19 01:54:57 -08:00

10 lines
185 B
INI

[tox]
envlist = py27,py34,py35,py36,py37
[testenv]
changedir = pytests
deps = -rtest_requirements.txt
setenv =
COVERAGE_FILE = .coverage.{envname}
commands =
pytest {posargs:}