diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,10 +3,7 @@ envlist = py27, py32, py33, py34, flake8 [testenv] downloadcache = {toxworkdir}/cache -deps = nose - coverage - pyyaml - pytidylib +deps = -rtest-requirements.txt commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs} coverage report --show-missing |