ソースを参照

Add more interpreters to Tox

Yentl Van Tendeloo 7 年 前
コミット
55e52d0537
3 ファイル変更2 行追加1 行削除
  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