Browse Source

tox.ini: Add python 3.4

Jaime Marquínez Ferrándiz 10 years ago
parent
commit
7c42327e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py33
+envlist = py26,py27,py33,py34
 [testenv]
 deps =
    nose