Skip to content

Commit

Permalink
Python 3.9 seems to need a newer pip version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Feb 11, 2020
1 parent a77b0c8 commit 74511cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- python: "3.9-dev"
env: TOXENV=py39

before_install:
- pip install -U pip

install:
- travis_retry pip install -U pip setuptools
- travis_retry pip install -U tox coveralls coverage
Expand Down

0 comments on commit 74511cc

Please sign in to comment.