mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
26 lines
347 B
YAML
26 lines
347 B
YAML
# Config file for automatic testing at travis-ci.org
|
|
|
|
sudo: required
|
|
|
|
services:
|
|
- docker
|
|
|
|
language: python
|
|
python: 3.5
|
|
env:
|
|
- TOX_ENV=py27
|
|
- TOX_ENV=py34
|
|
- TOX_ENV=py35
|
|
|
|
script:
|
|
- tox -e $TOX_ENV
|
|
- sh tests/test_docker.sh
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
notifications:
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|