evorepo/.travis.yml

9 lines
158 B
YAML
Raw Normal View History

language: python
python:
- "2.7"
install: "pip install -r requirements.txt"
script:
- python manage.py collectstatic --noinput
- python manage.py test