Skip to content

Commit

Permalink
Fix Travis pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Oct 16, 2022
1 parent 11c0503 commit 44fc594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ matrix:
fast_finish: true

install:
- pip install coverage
- pip install coveralls
- if [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then pip install -U importlib_metadata; fi
- pip install coverage coveralls
- pip install -e .

script:
Expand Down

0 comments on commit 44fc594

Please sign in to comment.