Skip to content

Commit

Permalink
fix zipp issue with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Sep 14, 2020
1 parent 04724d1 commit 1191b4f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ env:

before_install:
- "sudo apt-get install python3-tk"
- pip install --upgrade pip
- pip install pipenv
- python -m pip install -U --upgrade pip
- python -m pip install -U pipenv
# Work around https://github.com/jaraco/zipp/issues/40.
- python -m pip install -U 'setuptools>=34.4.0' virtualenv==16.7.9
- make doctor

install:
Expand All @@ -30,7 +32,7 @@ script:
- make ci

after_success:
- pip install coveralls scrutinizer-ocular
- python -m pip install -U coveralls scrutinizer-ocular
- coveralls
- ocular

Expand Down

0 comments on commit 1191b4f

Please sign in to comment.