servefile/tox.ini

10 lines
162 B
INI

[tox]
envlist = py27,py36,py37,py38
[testenv]
deps =
pathlib2; python_version<"3"
pytest
requests
commands = pytest --tb=short {posargs}