servefile/tox.ini

10 lines
152 B
INI
Raw Normal View History

2019-02-10 14:40:11 +01:00
[tox]
envlist = py27,py36
[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}