cChardet/tox.ini

12 lines
163 B
INI
Raw Normal View History

2016-10-17 03:19:24 +00:00
[tox]
2019-11-15 18:52:17 +00:00
envlist = py27, py34, py35, py36, py37, py38, py39
2016-10-17 03:19:24 +00:00
[testenv]
commands =
make clean
{envpython} setup.py nosetests
deps =
-U
cython
nose