2016-11-24 07:13:43 +00:00
|
|
|
# content of: tox.ini , put in same dir as setup.py
|
|
|
|
[tox]
|
2020-10-19 22:24:47 +00:00
|
|
|
envlist = py36, py37, py38, py39
|
2016-11-24 07:13:43 +00:00
|
|
|
[testenv]
|
|
|
|
deps=pytest
|
2016-11-24 07:20:35 +00:00
|
|
|
commands=py.test test
|
|
|
|
|
|
|
|
[travis]
|
|
|
|
python =
|
2020-10-19 22:24:47 +00:00
|
|
|
3.6: py36
|
|
|
|
3.7: py37
|
|
|
|
3.8: py38
|
|
|
|
3.9: py39
|