It worked, really deleting APT lines! We have now CI! :)

This commit is contained in:
Skia 2016-04-18 05:09:23 +02:00
parent 8bc19d8e73
commit 1f98993871
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,4 @@
test:
script:
# this configures django application to use attached postgres database that is run on `postgres` host
#- apt-get update -qy
#- apt-get install -y python3-dev python3-pip
- pip install -r requirements.txt
- python manage.py test