We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03a63c commit 782ab62Copy full SHA for 782ab62
tox.ini
@@ -8,7 +8,7 @@ commands =
8
{envpython} -m doctest README.rst
9
{envpython} -m doctest jsonschema.py
10
deps =
11
- mock
+ {[testenv:notpy33]deps}
12
{[testenv:py33]deps}
13
14
[testenv:docs]
@@ -20,10 +20,24 @@ commands =
20
21
[testenv:py26]
22
23
- {[testenv]deps}
24
+ {[testenv:all]deps}
25
unittest2
26
27
[testenv:py33]
28
+deps =
29
30
+ {[testenv:notpy26]deps}
31
+
32
+[testenv:notpy33]
33
34
+ mock
35
36
+[testenv:notpy26]
37
38
+ rfc3987
39
40
+[testenv:all]
41
42
isodate
43
nose
0 commit comments