sphinx-autoapi/.travis.yml

23 lines
353 B
YAML
Raw Normal View History

2015-06-01 18:29:56 +00:00
language: python
python:
- 2.7
- 3.5
- 3.6
2015-08-03 18:34:53 +00:00
sudo: false
matrix:
include:
- python: 2.7
script: tox -e docs
- python: 2.7
script: tox -e lint
2015-06-01 22:34:55 +00:00
install:
- pip install tox-travis
2015-08-03 18:34:53 +00:00
script:
- tox
2015-08-03 18:34:53 +00:00
notifications:
slack:
rooms:
2015-09-23 23:06:17 +00:00
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
2015-08-03 18:34:53 +00:00
on_success: change
on_failure: always