15 lines
189 B
YAML
15 lines
189 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- 3.6
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- poppler-utils
|
|
|
|
install:
|
|
- pip install -r requirements.txt
|
|
- mkdir media
|
|
|
|
script: python manage.py test
|