浏览代码

Fanfare: PyPy build works with pip -q, now lets try latest tox

Ask Solem 8 年之前
父节点
当前提交
fe3cc8c2e2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -27,9 +27,9 @@ before_install:
     uname -a
     lsb_release -a
 install:
+  - # PyPy: we use -q here to avoid unicode errors in pip progress bar.
   - pip -q install -U pip
-  - pip -q install -U virtualenv
-  - pip -q install tox==2.2.1
+  - pip -q install -U tox
 script:
   - tox -v -- -v
 after_success: