cChardet/tox.ini

12 lines
139 B
INI
Raw Normal View History

2016-10-17 03:19:24 +00:00
[tox]
2016-10-17 06:38:02 +00:00
envlist = py27, py34, py35
2016-10-17 03:19:24 +00:00
[testenv]
commands =
make clean
{envpython} setup.py nosetests
deps =
-U
cython
nose