epcstages/.travis.yml

14 lines
160 B
YAML
Raw Normal View History

language: python
python:
- 3.5
2018-01-11 17:21:00 +01:00
addons:
apt:
packages:
- poppler-utils
install:
- pip install -r requirements.txt
script: python manage.py test