cChardet/tox.ini
Marat Sharafutdinov 78cdcfe7eb Support Python 3.8
2019-11-15 21:52:17 +03:00

11 lines
163 B
INI

[tox]
envlist = py27, py34, py35, py36, py37, py38, py39
[testenv]
commands =
make clean
{envpython} setup.py nosetests
deps =
-U
cython
nose