cChardet/tox.ini

11 lines
157 B
INI

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