sphinx-autoapi/.travis.yml
2021-01-20 14:59:15 -08:00

27 lines
411 B
YAML

os: linux
dist: xenial
language: python
install:
- pip install tox-travis
script:
- tox
python:
- 3.6
- 3.7
- 3.8
- 3.9
jobs:
include:
- python: 3.9
env: TOXENV=docs
- python: 3.9
env: TOXENV=lint
- python: 3.9
env: TOXENV=formatting
notifications:
slack:
rooms:
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
on_success: change
on_failure: always