mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
2a79eb0dd4
Conflicts: tox.ini
23 lines
347 B
YAML
23 lines
347 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.5
|
|
- 3.6
|
|
sudo: false
|
|
matrix:
|
|
include:
|
|
- python: 3.6
|
|
env: TOXENV=docs
|
|
- python: 3.6
|
|
env: TOXENV=lint
|
|
install:
|
|
- pip install tox-travis
|
|
script:
|
|
- tox
|
|
notifications:
|
|
slack:
|
|
rooms:
|
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
|
|
on_success: change
|
|
on_failure: always
|