healthchecks/.travis.yml
Pēteris Caune 621f30ec13 More tests
2015-06-25 22:57:26 +03:00

8 lines
155 B
YAML

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