Add .gitlab-ci.yml with django test

This commit is contained in:
Fred 2016-08-05 11:33:39 +02:00
parent 7b0308b93c
commit c4c50ea73d
1 changed files with 2 additions and 0 deletions

2
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,2 @@
test_app:
script: python src/manage.py test *