cChardet/tox.ini
2018-09-26 21:49:08 +09:00

11 lines
157 B
INI

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