servefile/tox.ini

10 lines
167 B
INI
Raw Normal View History

2019-02-10 14:40:11 +01:00
[tox]
2021-04-21 01:46:32 +02:00
envlist = py27,py36,py37,py38,py39
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}