Skip to content

Commit 782ab62

Browse files
committed
Gymnastics.
1 parent b03a63c commit 782ab62

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

tox.ini

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ commands =
88
{envpython} -m doctest README.rst
99
{envpython} -m doctest jsonschema.py
1010
deps =
11-
mock
11+
{[testenv:notpy33]deps}
1212
{[testenv:py33]deps}
1313

1414
[testenv:docs]
@@ -20,10 +20,24 @@ commands =
2020

2121
[testenv:py26]
2222
deps =
23-
{[testenv]deps}
23+
{[testenv:notpy33]deps}
24+
{[testenv:all]deps}
2425
unittest2
2526

2627
[testenv:py33]
28+
deps =
29+
{[testenv:all]deps}
30+
{[testenv:notpy26]deps}
31+
32+
[testenv:notpy33]
33+
deps =
34+
mock
35+
36+
[testenv:notpy26]
37+
deps =
38+
rfc3987
39+
40+
[testenv:all]
2741
deps =
2842
isodate
2943
nose

0 commit comments

Comments
 (0)