epcstages/.travis.yml

16 lines
189 B
YAML
Raw Normal View History

2019-04-03 18:49:13 +02:00
dist: xenial
language: python
python:
2019-10-02 19:01:50 +02:00
- 3.6
2018-01-11 17:21:00 +01:00
addons:
apt:
packages:
- poppler-utils
install:
- pip install -r requirements.txt
2018-01-11 17:31:51 +01:00
- mkdir media
script: python manage.py test