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