Skip to content

Commit

Permalink
Trying to fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sigvaldm committed Feb 6, 2023
1 parent d97a49d commit a922c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ python:
before_install:
- pip install "pytest>=3.6"
- pip install pytest-cov
- pip install "importlib-metadata>=6" # Fixes build issue with coveralls
- pip install "importlib-metadata<5" # Fixes build issue with coveralls
- pip install coveralls
script:
- pytest
Expand Down

0 comments on commit a922c82

Please sign in to comment.