mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +00:00
19 lines
287 B
YAML
19 lines
287 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
sudo: false
|
|
env:
|
|
- TOX_ENV=py27
|
|
- TOX_ENV=docs
|
|
# - TOX_ENV=lint
|
|
install:
|
|
- pip install tox
|
|
script:
|
|
- tox -e $TOX_ENV
|
|
notifications:
|
|
slack:
|
|
rooms:
|
|
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#general
|
|
on_success: change
|
|
on_failure: always
|