mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
20 lines
285 B
YAML
20 lines
285 B
YAML
# Config file for automatic testing at travis-ci.org
|
|
|
|
sudo: false
|
|
language: python
|
|
python: 3.5
|
|
env:
|
|
- TOX_ENV=py27
|
|
- TOX_ENV=py34
|
|
- TOX_ENV=py35
|
|
|
|
script: tox -e $TOX_ENV
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|