12 lines
144 B
YAML
12 lines
144 B
YAML
|
cache: pip
|
||
|
|
||
|
language: python
|
||
|
python:
|
||
|
- "3.6"
|
||
|
|
||
|
install:
|
||
|
- pip install -r src/requirements/dev.txt
|
||
|
|
||
|
script:
|
||
|
- cd src; python manage.py test
|