DEBSOURCES
Skip Quicknav
sources / python-whoosh / 2.7.4%2Bgit6-g9134ad92-10 / tox.ini
12345678
[tox] envlist = py27, py33, py34 [testenv] deps = pytest pytest-pep8 commands = py.test -s {posargs} tests