Răsfoiți Sursa

Disable py3* in tox

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Dan O'Reilly 10 ani în urmă
părinte
comite
7013a75b90
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      python/tox.ini

+ 2 - 1
python/tox.ini

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