sphinx-autoapi/.travis.yml
Anthony Johnson 3c6e0e4015 Start altering the pydocstyle AST parser for our needs
This forks some of the pydocstyle AST parser into out mapper. Eventually, some
of the other operations such as parsing arguments and performing full name
lookup can be moved in as well. For now, this is not doing any extra assignment
tracking/etc, several of these operations will just throw this information out.

Refs #99
2017-04-07 11:46:57 -07:00

24 lines
361 B
YAML

language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
sudo: false
matrix:
include:
- python: 2.7
script: tox -e docs
- python: 2.7
script: tox -e lint
install:
- pip install tox-travis
script:
- tox
notifications:
slack:
rooms:
- readthedocs:y3hjODOi7EIz1JAbD1Zb41sz#random
on_success: change
on_failure: always