mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
14 lines
165 B
YAML
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
|