readthedocs.org/.travis.yml

22 lines
326 B
YAML
Raw Normal View History

2013-04-08 17:05:09 +00:00
language: python
python:
- 2.7
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=docs
2015-07-31 19:34:27 +00:00
- TOX_ENV=lint
cache:
directories:
- ~/.cache/pip
2013-04-08 17:05:09 +00:00
install:
- pip install tox
2013-04-08 17:05:09 +00:00
script:
- tox -e $TOX_ENV
2015-01-12 23:42:36 +00:00
notifications:
2015-01-16 16:49:56 +00:00
slack:
rooms:
2015-09-15 18:10:14 +00:00
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
2015-01-16 16:55:51 +00:00
on_success: change
on_failure: always