Skip to content

Commit bad4e74

Browse files
committed
Re-sync dependencies in tox config.
1 parent a77c23a commit bad4e74

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tox.ini

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,28 @@ envlist = py24, py25, py26, py27, py31, py32, rst, sphinx
66
deps =
77
nose
88
coverage
9+
mock
910
commands =
1011
nosetests {posargs:-vv} tests
12+
# When tox 1.4 is released use substitution to remove all the duplication.
13+
[testenv:py24]
14+
deps =
15+
nose
16+
coverage
17+
mock
18+
unittest2
19+
[testenv:py25]
20+
deps =
21+
nose
22+
coverage
23+
mock
24+
unittest2
25+
[testenv:py26]
26+
deps =
27+
nose
28+
coverage
29+
mock
30+
unittest2
1131
[testenv:rst]
1232
deps =
1333
docutils

0 commit comments

Comments
 (0)