Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
ci: fix linux tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Jan 22, 2020
1 parent 44b02f3 commit efe872b
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 @@ -39,6 +39,9 @@ install:
- travis_retry pip install more-itertools==5.0.0
- pip freeze
script:
# fixes (zipp now requires python 3.6+ but did not tell pyPI):
# pkg_resources.DistributionNotFound: The 'zipp>=0.5' distribution was not found and is required by importlib-metadata
- pip install "zipp==1.0.0"
- coverage run --source=shapeout ./setup.py test
- coverage report -m
after_success:
Expand Down

0 comments on commit efe872b

Please sign in to comment.