Skip to content

Commit

Permalink
Update travis-pip and tox deps conflict for pip20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Oct 1, 2020
1 parent 9186e5a commit f4629fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install:
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
fi
- python -m pip install --upgrade pip #force travis to use newest version of pip
- pip install -U tox twine wheel codecov

script: tox
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ commands =
[pinned]
deps =
-ctests/constraints.txt
cryptography==2.0
#using cryptography-2.1.4 for test jobs to solve dependencies conflict on pip20.2>=
cryptography==2.1.4
cssselect==0.9.1
itemadapter==0.1.0
parsel==1.5.0
Expand Down

0 comments on commit f4629fe

Please sign in to comment.