mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 18:40:12 +01:00
CI: Install venv instead of virtualenv
This commit is contained in:
parent
fd9ac1ad36
commit
bf0e5dde71
@ -1,4 +1,4 @@
|
||||
image: mvdan/fdroid-ci:base-20160405
|
||||
image: mvdan/fdroid-ci:base-20160414
|
||||
|
||||
test:
|
||||
script:
|
||||
|
@ -34,7 +34,7 @@ install:
|
||||
sudo apt-get -q install -y --no-install-recommends python3 python3-dev
|
||||
python3-git python3-pil python3-libcloud python3-logilab-astng
|
||||
python3-paramiko python3-pip python3-pyasn1 python3-pyasn1-modules
|
||||
python3-requests python3-virtualenv python3-yaml rsync
|
||||
python3-requests python3-venv python3-yaml rsync
|
||||
pyflakes pylint3 pep8 dash bash ruby libjpeg-dev zlib1g-dev;
|
||||
sudo pip3 install pylint;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user