Skip to content

Commit a4a16ac

Browse files
committed
Add py34 to tox.ini
PyMongo has been tested against python 3.4 rc1 - rc3. We'll probably wait until 3.4 final to update trove classifiers. *NOTE* - Testing with 3.4 requires nose 1.3.1 due to nose-devs/nose#759
1 parent 016fc4f commit a4a16ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
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, py32, py33, pypy
7+
envlist = py26, py27, py32, py33, py34, pypy
88

99
[testenv]
1010
commands =

0 commit comments

Comments
 (0)