sphinx-autoapi/.travis.yml
2019-03-30 11:47:28 -07:00

21 lines
363 B
YAML

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