2020-09-21 12:46:28 +00:00
|
|
|
# http://tox.readthedocs.org/ - sets up and runs the test suite based on a declarative configuration
|
2014-02-05 17:15:50 +00:00
|
|
|
[tox]
|
2020-09-21 12:46:28 +00:00
|
|
|
envlist =
|
|
|
|
py39
|
|
|
|
py38
|
|
|
|
py37
|
|
|
|
py36
|
|
|
|
py35
|
|
|
|
py34
|
|
|
|
py27
|
|
|
|
pypy3
|
|
|
|
pypy2
|
2014-02-05 17:15:50 +00:00
|
|
|
|
|
|
|
[testenv]
|
2020-09-21 12:46:28 +00:00
|
|
|
description = run test suite under {basepython}
|
2014-06-14 19:19:51 +00:00
|
|
|
commands =
|
2020-09-21 12:46:28 +00:00
|
|
|
pytest {posargs:-vv}
|
2014-02-05 17:15:50 +00:00
|
|
|
deps =
|
2020-09-21 12:46:28 +00:00
|
|
|
graphviz
|
|
|
|
pip>=8.0.2
|
|
|
|
pytest
|
|
|
|
pytest-cov
|
|
|
|
virtualenv>=20,<21
|
|
|
|
mock;python_version<"3"
|
2020-09-21 12:53:53 +00:00
|
|
|
extras =
|
|
|
|
graphviz
|