CI: Use pip install to grab all deps

This commit is contained in:
Daniel Martí committed 2016-03-11 13:27:01 +00:00
1 parent a023a235a2
commit f2681dcb36
1 file changed
+2 -1
+2 -1
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