Browse Source

Add more interpreters to Tox

Yentl Van Tendeloo 5 years ago
parent
commit
55e52d0537
3 changed files with 2 additions and 1 deletions
  1. BIN
      bootstrap/bootstrap.m.gz
  2. BIN
      bootstrap/minimal.m.gz
  3. 2 1
      tox.ini

BIN
bootstrap/bootstrap.m.gz


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