diff options
-rw-r--r-- | test-requirements.txt | 4 | ||||
-rw-r--r-- | tox.ini | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..4bfa763 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,4 @@ +nose +coverage +pyyaml +pytidylib
\ No newline at end of file @@ -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 |