Explorar o código

Fix Travis build on Python 3.2

Mike Naberezny %!s(int64=9) %!d(string=hai) anos
pai
achega
eb904ccdb3
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -28,7 +28,8 @@ matrix:
           env: TOXENV=pypy3
 
 install:
-    - travis_retry pip install tox
+    # "virtualenv<14.0.0" is needed for Python 3.2 compat
+    - travis_retry pip install "virtualenv<14.0.0" tox
 
 script:
     - travis_retry tox