Move apt-get command from Tox to Travis CI

This commit is contained in:
Adrián Chaves 2020-12-21 13:35:40 +01:00
parent 0dff5781bc
commit 798a818caf
2 changed files with 1 additions and 2 deletions

View File

@ -42,6 +42,7 @@ matrix:
python: 3.8
dist: bionic
install:
- apt-get -y remove libssl-dev
- |
if [[ ! -z "$PYPY_VERSION" ]]; then
export PYPY_VERSION="pypy$PYPY_VERSION-linux64"

View File

@ -146,8 +146,6 @@ commands =
[testenv:pypy3-pinned]
basepython = {[testenv:pypy3]basepython}
before_install:
- sudo apt-get -y remove libssl-dev
deps =
{[pinned]deps}
lxml==4.0.0