We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab65c48 commit 3c25377Copy full SHA for 3c25377
.travis.yml
@@ -23,6 +23,8 @@ jobs:
23
# See also: https://github.com/travis-ci/travis-ci/issues/8589
24
- type -t deactivate && deactivate || true
25
- export PATH=/opt/python/3.7.1/bin:$PATH
26
+ # Update pip
27
+ - python3.7 -m pip install --upgrade pip
28
# Install tox
29
- python3.7 -m pip install tox>=2.0
30
# Install coveralls & dependencies
0 commit comments