mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 10:01:52 +00:00
13 lines
165 B
YAML
13 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
|