mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-06 09:20:27 +00:00
8 lines
120 B
YAML
8 lines
120 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- "pip install ."
|
|
- "npm install -g jsdoc"
|
|
script: python setup.py test
|