Add GitLab CI config for testing
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
image: python:3.5
|
||||
|
||||
all_tests:
|
||||
script:
|
||||
- sh ./scripts/autoinstall.sh
|
||||
- python3 manage.py test
|
||||
when: on_success
|
||||
only:
|
||||
- development
|
||||
Reference in New Issue
Block a user