sphinx-autoapi/.travis.yml

26 lines
403 B
YAML
Raw Normal View History

2019-03-30 18:47:28 +00:00
dist: xenial
2015-06-01 18:29:56 +00:00
language: python
2019-03-30 18:47:28 +00:00
install:
- pip install tox-travis
script:
- tox
2019-03-30 18:50:45 +00:00
python:
- 2.7
- 3.5
- 3.6
- 3.7
matrix:
include:
2019-03-30 18:47:28 +00:00
- python: 3.7
2017-06-29 19:27:46 +00:00
env: TOXENV=docs
2019-03-30 18:47:28 +00:00
- python: 3.7
2017-06-29 19:27:46 +00:00
env: TOXENV=lint
2019-03-30 18:47:28 +00:00
- python: 3.7
2019-02-20 15:28:30 +00:00
env: TOXENV=formatting
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