Explorar o código

Install a newer version of pip on Travis CI

Thomas Kluyver %!s(int64=5) %!d(string=hai) anos
pai
achega
82e2cead56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -7,7 +7,7 @@ python:
 
 # Ensure dependencies are installed
 install:
-  - pip install tox-travis
+  - pip install --upgrade tox-travis tox pip
 
 # Command to run tests
 script: tox -e python -- -v