mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
17 lines
196 B
YAML
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
|