mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +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
|