Skip to content

Commit

Permalink
fix travis and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dswij committed Oct 1, 2020
1 parent f4629fe commit 6620173
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ install:
tar -jxf ${PYPY_VERSION}.tar.bz2
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
python -m pip install -U pip
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
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,15 @@ commands =
[pinned]
deps =
-ctests/constraints.txt
#using cryptography-2.1.4 for test jobs to solve dependencies conflict on pip20.2>=
#using cryptography-2.1.4 to solve dependencies conflict on pip20.2>=
cryptography==2.1.4
cssselect==0.9.1
itemadapter==0.1.0
parsel==1.5.0
Protego==0.1.15
PyDispatcher==2.0.5
pyOpenSSL==16.2.0
#using pyOpenSSL<18.1 to solve dependencies conflict with mitmproxy on pip20.2>=
pyOpenSSL==18.0.0
queuelib==1.4.2
service_identity==16.0.0
Twisted==17.9.0
Expand Down

0 comments on commit 6620173

Please sign in to comment.