Skip to content

Commit

Permalink
Try to fix non-deterministic build fail on travis
Browse files Browse the repository at this point in the history
This was sometimes failing with a long traceback including
`AttributeError: _DistInfoDistribution__dep_map` when trying to upgrade
pytest, which can apparently be solved by upgrading pip. We'll see.
  • Loading branch information
tomjnixon committed Sep 8, 2018
1 parent 958a80e commit dba46d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:
- pypy

install:
- pip install --upgrade pip
- pip install --upgrade pytest
- pip install coveralls

Expand Down

0 comments on commit dba46d0

Please sign in to comment.