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