Explorar el Código

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

Ask Solem hace 8 años
padre
commit
fe3cc8c2e2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: