cookiecutter-django/.travis.yml

14 lines
165 B
YAML

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