Sith/.gitlab-ci.yml
2016-04-18 05:06:16 +02:00

8 lines
254 B
YAML

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