Sfoglia il codice sorgente

Install a newer version of pip on Travis CI

Thomas Kluyver 5 anni fa
parent
commit
82e2cead56
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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