Skip to content

Commit 9a3a195

Browse files
committed
Added test-requirements.txt
This should make it easier to install test deps even when not using tox.
1 parent bebb9b6 commit 9a3a195

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

test-requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
nose
2+
coverage
3+
pyyaml
4+
pytidylib

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ envlist = py27, py32, py33, py34, flake8
33

44
[testenv]
55
downloadcache = {toxworkdir}/cache
6-
deps = nose
7-
coverage
8-
pyyaml
9-
pytidylib
6+
deps = -rtest-requirements.txt
107
commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs}
118
coverage report --show-missing
129

0 commit comments

Comments
 (0)