cChardet/tox.ini
Marat Sharafutdinov 5fee5cd335 Support Python 3.9
2020-10-07 13:03:28 +03:00

10 lines
163 B
INI

[tox]
envlist = py35, py36, py37, py38, py39, py310
[testenv]
commands =
make clean
{envpython} setup.py nosetests
deps =
-r
requirements-dev.txt