healthchecks/.travis.yml
2015-06-25 22:39:20 +03:00

8 lines
148 B
YAML

language: python
python:
- "3.4"
install: "pip install -r requirements.txt"
addons:
postgresql: "9.4"
script:
- python manage.py test hc.front