Skip to content

Commit 6f071cc

Browse files
committed
Reorder toxenvs.
1 parent 812e07b commit 6f071cc

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

tox.ini

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,6 @@ deps =
99
{[testenv:notpy34]deps}
1010
{[testenv:py34]deps}
1111

12-
[testenv:coverage]
13-
commands =
14-
coverage run --branch --source jsonschema [] {envbindir}/py.test
15-
coverage report --show-missing
16-
coverage html
17-
deps =
18-
{[testenv:notpy34]deps}
19-
{[testenv:py34]deps}
20-
coverage
21-
22-
[testenv:docs]
23-
basepython = python
24-
changedir = docs
25-
deps =
26-
lxml
27-
sphinx
28-
commands =
29-
sphinx-build [] -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
30-
31-
[testenv:style]
32-
deps = flake8
33-
commands =
34-
flake8 [] --max-complexity 10 jsonschema
35-
3612
[testenv:py26]
3713
deps =
3814
{[testenv:notpy34]deps}
@@ -65,6 +41,30 @@ deps =
6541
strict-rfc3339
6642
webcolors
6743

44+
[testenv:coverage]
45+
commands =
46+
coverage run --branch --source jsonschema [] {envbindir}/py.test jsonschema
47+
coverage report --show-missing
48+
coverage html
49+
deps =
50+
{[testenv:notpy34]deps}
51+
{[testenv:py34]deps}
52+
coverage
53+
54+
[testenv:docs]
55+
basepython = python
56+
changedir = docs
57+
deps =
58+
lxml
59+
sphinx
60+
commands =
61+
sphinx-build [] -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
62+
63+
[testenv:style]
64+
deps = flake8
65+
commands =
66+
flake8 [] --max-complexity 10 jsonschema
67+
6868
[flake8]
6969
ignore = E203,E302,E303,E701,F811
7070

0 commit comments

Comments
 (0)