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
|
2019-02-24 16:00:38 +01:00
|
|
|
commands = pytest --tb=short {posargs}
|