Add CI file, testing

This commit is contained in:
Skia 2016-04-18 04:58:15 +02:00
parent a5118ef457
commit 785e34b2d6
1 changed files with 7 additions and 0 deletions

7
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,7 @@
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