Skip to content

Commit 812e07b

Browse files
committed
Remove py33 from tox.
1 parent 0154fd2 commit 812e07b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tox.ini

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[tox]
2-
envlist = py26, py27, pypy, py33, py34, docs, style
2+
envlist = py26, py27, pypy, py34, docs, style
33

44
[testenv]
55
commands =
66
py.test [] jsonschema
77
{envpython} -m doctest README.rst
88
deps =
9-
{[testenv:notpy33]deps}
10-
{[testenv:py33]deps}
9+
{[testenv:notpy34]deps}
10+
{[testenv:py34]deps}
1111

1212
[testenv:coverage]
1313
commands =
1414
coverage run --branch --source jsonschema [] {envbindir}/py.test
1515
coverage report --show-missing
1616
coverage html
1717
deps =
18-
{[testenv:notpy33]deps}
19-
{[testenv:py33]deps}
18+
{[testenv:notpy34]deps}
19+
{[testenv:py34]deps}
2020
coverage
2121

2222
[testenv:docs]
@@ -35,12 +35,12 @@ commands =
3535

3636
[testenv:py26]
3737
deps =
38-
{[testenv:notpy33]deps}
38+
{[testenv:notpy34]deps}
3939
{[testenv:all]deps}
4040
argparse
4141
unittest2
4242

43-
[testenv:py33]
43+
[testenv:py34]
4444
commands =
4545
py.test [] jsonschema
4646
{envpython} -m doctest README.rst
@@ -49,7 +49,7 @@ deps =
4949
{[testenv:all]deps}
5050
{[testenv:notpy26]deps}
5151

52-
[testenv:notpy33]
52+
[testenv:notpy34]
5353
deps =
5454
mock
5555

0 commit comments

Comments
 (0)