DEBSOURCES
Skip Quicknav
sources / python-datrie / 0.8.3-1 / tox.ini
12345678910
[tox] envlist = py27,py34,py35,py36,py37,py38 [testenv] deps = hypothesis pytest cython commands= py.test []