Sith/.gitlab-ci.yml

8 lines
254 B
YAML
Raw Normal View History

2016-04-18 02:58:15 +00:00
test:
script:
# this configures django application to use attached postgres database that is run on `postgres` host
2016-04-18 03:06:16 +00:00
#- apt-get update -qy
#- apt-get install -y python3-dev python3-pip
2016-04-18 02:58:15 +00:00
- pip install -r requirements.txt
- python manage.py test