travis pip version and deps

This commit is contained in:
dswij 2020-10-01 16:14:36 +07:00
parent 66201737a0
commit 0ea6ff1136
2 changed files with 3 additions and 3 deletions

View File

@ -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
- pip install --upgrade pip
- pip install -U tox twine wheel codecov
script: tox

View File

@ -64,8 +64,8 @@ commands =
[pinned]
deps =
-ctests/constraints.txt
#using cryptography-2.1.4 to solve dependencies conflict on pip20.2>=
cryptography==2.1.4
#using cryptography-3.1 to solve dependencies conflict on pip20.2>=
cryptography==3.1
cssselect==0.9.1
itemadapter==0.1.0
parsel==1.5.0