mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 00:41:06 +03:00
CI: Install venv instead of virtualenv
This commit is contained in:
parent
fd9ac1ad36
commit
bf0e5dde71
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
image: mvdan/fdroid-ci:base-20160405
|
image: mvdan/fdroid-ci:base-20160414
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -34,7 +34,7 @@ install:
|
||||||
sudo apt-get -q install -y --no-install-recommends python3 python3-dev
|
sudo apt-get -q install -y --no-install-recommends python3 python3-dev
|
||||||
python3-git python3-pil python3-libcloud python3-logilab-astng
|
python3-git python3-pil python3-libcloud python3-logilab-astng
|
||||||
python3-paramiko python3-pip python3-pyasn1 python3-pyasn1-modules
|
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;
|
pyflakes pylint3 pep8 dash bash ruby libjpeg-dev zlib1g-dev;
|
||||||
sudo pip3 install pylint;
|
sudo pip3 install pylint;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue