Add GitLab CI config for testing

This commit is contained in:
Jan Tuomi
2017-03-03 12:49:11 +02:00
parent 307ddbdca6
commit 4416c35d36
2 changed files with 10 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
image: python:3.5
all_tests:
script:
- sh ./scripts/autoinstall.sh
- python3 manage.py test
when: on_success
only:
- development