cChardet/tox.ini
2016-10-17 14:23:09 +09:00

11 lines
145 B
INI

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