提交 798a818c 编写于 作者: A Adrián Chaves

Move apt-get command from Tox to Travis CI

上级 0dff5781
......@@ -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"
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册