1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

CI: Use pip install to grab all deps

This commit is contained in:
Daniel Martí 2016-03-01 17:13:34 +00:00
parent a023a235a2
commit f2681dcb36

View File

@ -3,6 +3,7 @@ image: mvdan/fdroid-ci:latest
test:
script:
- apt-get update
- apt-get install -y python-dev gcc
- apt-get install -y python3-dev gcc
- pip3 install -e .
- cd tests
- ./complete-ci-tests