cookiecutter-django/.travis.yml
2015-11-06 19:53:16 -08:00

17 lines
196 B
YAML

language: python
python:
- 3.5
- 3.4
- 2.7
sudo: false
install:
- pip install -r requirements.txt
script:
- py.test
notifications:
email:
on_success: change
on_failure: always