sphinx-autoapi/.travis.yml

25 lines
394 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: 3.6
2017-06-29 19:27:46 +00:00
env: TOXENV=docs
- python: 3.6
2017-06-29 19:27:46 +00:00
env: TOXENV=lint
2019-02-20 15:28:30 +00:00
- python: 3.6
env: TOXENV=formatting
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