Selaa lähdekoodia

Disable py3* in tox

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Dan O'Reilly 10 vuotta sitten
vanhempi
commit
7013a75b90
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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