servefile/tox.ini

10 lines
162 B
INI
Raw Normal View History

2019-02-10 14:40:11 +01:00
[tox]
2020-02-11 22:14:27 +01:00
envlist = py27,py36,py37,py38
2019-02-10 14:40:11 +01:00
[testenv]
deps =
2020-02-08 00:44:37 +01:00
pathlib2; python_version<"3"
2019-02-10 14:40:11 +01:00
pytest
requests
commands = pytest --tb=short {posargs}