瀏覽代碼

Add more interpreters to Tox

Yentl Van Tendeloo 7 年之前
父節點
當前提交
55e52d0537
共有 3 個文件被更改,包括 2 次插入1 次删除
  1. 二進制
      bootstrap/bootstrap.m.gz
  2. 二進制
      bootstrap/minimal.m.gz
  3. 2 1
      tox.ini

二進制
bootstrap/bootstrap.m.gz


二進制
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