Browse Source

Install a newer version of pip on Travis CI

Thomas Kluyver 5 năm trước cách đây
mục cha
commit
82e2cead56
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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