Skip to content

Commit 17ecf50

Browse files
committed
Add python 3.4
1 parent 1fe0ea0 commit 17ecf50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py27,py35
7+
envlist = py27,py34,py35
88

99
[testenv]
1010
basepython =
1111
py27: python2.7
12+
py34: python3.4
1213
py35: python3.5
1314
commands =
1415
nosetests \

0 commit comments

Comments
 (0)