10 lines
162 B
YAML
10 lines
162 B
YAML
image: python:3.5
|
|
|
|
all_tests:
|
|
script:
|
|
- sh ./scripts/autoinstall.sh
|
|
- python3 manage.py test
|
|
when: on_success
|
|
only:
|
|
- develop
|