aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 2763922..309e1fc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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