Skip to content

Commit

Permalink
travis: use 'pip install --ignore-installed --upgrade' to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeWatt committed Jun 12, 2020
1 parent 1f98598 commit 70b62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:
- "travis_retry pip install --upgrade pip setuptools wheel coveralls"

install:
- "travis_retry pip install -e .[tests]"
- "travis_retry pip install --ignore-installed --upgrade -e .[tests]"

script:
- "pytest testsuite"
Expand Down

0 comments on commit 70b62fb

Please sign in to comment.