Skip to content

Commit e13306a

Browse files
author
y-p
committed
BLD: update tox.ini, replace py3.1 with py3.3
1 parent 3f7a643 commit e13306a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py31, py32
7+
envlist = py26, py27, py32, py33
88

99
[testenv]
1010
deps =
@@ -39,6 +39,6 @@ commands =
3939

4040
[testenv:py27]
4141

42-
[testenv:py31]
43-
4442
[testenv:py32]
43+
44+
[testenv:py33]

tox_prll.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27, py31, py32
7+
envlist = py26, py27, py32, py33
88
sdistsrc = {env:DISTFILE}
99

1010
[testenv]
@@ -40,6 +40,6 @@ commands =
4040

4141
[testenv:py27]
4242

43-
[testenv:py31]
44-
4543
[testenv:py32]
44+
45+
[testenv:py33]

0 commit comments

Comments
 (0)