Browse Source

Disable py3* in tox

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Dan O'Reilly 10 years ago
parent
commit
7013a75b90
1 changed files with 2 additions and 1 deletions
  1. 2 1
      python/tox.ini

+ 2 - 1
python/tox.ini

@@ -1,6 +1,7 @@
 [tox]
 [tox]
 envlist =
 envlist =
-    py26,py27,py33,py34
+    #py26,py27,py33,py34
+    py26,py27
 
 
 [testenv]
 [testenv]
 usedevelop = true
 usedevelop = true