Skip to content

Commit b10a796

Browse files
authored
Merge pull request #2422 from obfusk/patch-17
travis: update pip (fixes CI)
2 parents 5983292 + 3c25377 commit b10a796

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
# See also: https://github.com/travis-ci/travis-ci/issues/8589
2424
- type -t deactivate && deactivate || true
2525
- export PATH=/opt/python/3.7.1/bin:$PATH
26+
# Update pip
27+
- python3.7 -m pip install --upgrade pip
2628
# Install tox
2729
- python3.7 -m pip install tox>=2.0
2830
# Install coveralls & dependencies

0 commit comments

Comments
 (0)