sphinx-autoapi/.travis.yml

27 lines
411 B
YAML
Raw Normal View History

2020-05-15 11:16:03 +00:00
os: linux
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:
- 3.6
- 3.7
2020-04-06 03:09:07 +00:00
- 3.8
2021-01-20 22:59:15 +00:00
- 3.9
2020-05-15 11:16:03 +00:00
jobs:
include:
2021-01-20 22:59:15 +00:00
- python: 3.9
2017-06-29 19:27:46 +00:00
env: TOXENV=docs
2021-01-20 22:59:15 +00:00
- python: 3.9
2017-06-29 19:27:46 +00:00
env: TOXENV=lint
2021-01-20 22:59:15 +00:00
- python: 3.9
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