Explorar el Código

Install a newer version of pip on Travis CI

Thomas Kluyver hace 5 años
padre
commit
82e2cead56
Se han modificado 1 ficheros con 1 adiciones y 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