소스 검색

Install a newer version of pip on Travis CI

Thomas Kluyver 5 년 전
부모
커밋
82e2cead56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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