Skip to content

Commit

Permalink
remove upgrade from test_requirements
Browse files Browse the repository at this point in the history
this is not needed as we set specific versions
  • Loading branch information
jenshnielsen committed Sep 18, 2020
1 parent 2894868 commit 2904374
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 @@ -33,7 +33,7 @@ python:
install:
- pip install --upgrade pip
- pip install -r requirements.txt
- pip install -r test_requirements.txt --upgrade --upgrade-strategy only-if-needed
- pip install -r test_requirements.txt
- pip install -r docs_requirements.txt
- pip install .

Expand Down

0 comments on commit 2904374

Please sign in to comment.