Skip to content

Commit

Permalink
Does new pip solve pytest/attrs version conflict?
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Dec 18, 2020
1 parent cf0994e commit a3290fe
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 @@ -7,5 +7,6 @@ python:
- "3.8-dev" # 3.8 development branch
install:
- git fetch origin --depth=1 master:master
- pip install 'pip>=20.3' # strict dependency resolution added in pip 20.3
- pip install -e '.[isort,test]'
script: pytest

0 comments on commit a3290fe

Please sign in to comment.