Skip to content

Commit 161a7d8

Browse files
committed
Play with tox and setup a small tox.ini
Signed-off-by: Bert van Hall <bert.vanhall@gmx.de>
1 parent 4e127ab commit 161a7d8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tox.ini

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# tox (https://tox.readthedocs.io/) is a tool for running tests
2+
# in multiple virtualenvs. This configuration file will run the
3+
# test suite on all supported python versions. To use it, "pip install tox"
4+
# and then run "tox" from this directory.
5+
6+
[tox]
7+
envlist = py35, py36, py37, py38, py39, pypy2.7, pypy3.5, pypy3.6
8+
skip_missing_interpreters = True
9+
tox_pyenv_fallback = False
10+
11+
[testenv]
12+
deps =
13+
setuptools >= 45
14+
15+
commands =
16+
python setup.py test

0 commit comments

Comments
 (0)