diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-01-10 14:09:29 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-01-10 14:09:29 -0500 |
commit | 9a3a19539536369cb9fae7dea65efddec2417d5d (patch) | |
tree | 736dd26edf02909905e644ee5301c79f84c0a8c8 /tox.ini | |
parent | bebb9b6378b46b2bd709e6f9f9c57a382ee7ab45 (diff) | |
download | markdown-9a3a19539536369cb9fae7dea65efddec2417d5d.tar.gz markdown-9a3a19539536369cb9fae7dea65efddec2417d5d.tar.bz2 markdown-9a3a19539536369cb9fae7dea65efddec2417d5d.zip |
Added test-requirements.txt
This should make it easier to install test deps even when not using tox.
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 |