cChardet/tox.ini
2016-10-17 15:38:02 +09:00

11 lines
139 B
INI

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