cookiecutter-django/.travis.yml

20 lines
285 B
YAML
Raw Normal View History

# Config file for automatic testing at travis-ci.org
2015-04-20 15:20:52 +03:00
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:
2015-04-20 15:19:12 +03:00
on_success: change
on_failure: always