9 lines
110 B
YAML
9 lines
110 B
YAML
|
|
language: python
|
||
|
|
python:
|
||
|
|
- 3.5
|
||
|
|
|
||
|
|
install:
|
||
|
|
- pip install -r requirements.txt
|
||
|
|
|
||
|
|
script: python manage.py test
|