Add GitLab CI config for testing
This commit is contained in:
@@ -14,3 +14,4 @@ logs/
|
||||
/static/
|
||||
/media/
|
||||
node_modules/
|
||||
/.coverage
|
||||
|
||||
@@ -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