Explorar o código

Add more interpreters to Tox

Yentl Van Tendeloo %!s(int64=7) %!d(string=hai) anos
pai
achega
55e52d0537
Modificáronse 3 ficheiros con 2 adicións e 1 borrados
  1. BIN=BIN
      bootstrap/bootstrap.m.gz
  2. BIN=BIN
      bootstrap/minimal.m.gz
  3. 2 1
      tox.ini

BIN=BIN
bootstrap/bootstrap.m.gz


BIN=BIN
bootstrap/minimal.m.gz


+ 2 - 1
tox.ini

@@ -4,8 +4,9 @@
 # and then run "tox" from this directory.
 
 [tox]
-envlist = py27, py35, pypy
+envlist = py27, py34, py35, py36, pypy
 skipsdist = True
+skip_missing_interpreters = True
 
 [testenv]
 skip_install = True