sphinx-autoapi/.travis.yml

19 lines
286 B
YAML
Raw Normal View History

2015-06-01 18:29:56 +00:00
language: python
python:
2015-08-03 18:34:53 +00:00
- 2.7
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=docs
2015-08-03 20:12:42 +00:00
- TOX_ENV=lint
2015-06-01 22:34:55 +00:00
install:
2015-08-03 18:34:53 +00:00
- pip install tox
script:
- tox -e $TOX_ENV
notifications:
slack:
rooms:
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#general
on_success: change
on_failure: always