cChardet/tox.ini
2017-01-08 12:32:54 +09:00

11 lines
151 B
INI

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