sphinx-autoapi/.travis.yml

8 lines
120 B
YAML
Raw Normal View History

2015-06-01 18:29:56 +00:00
language: python
python:
- "2.7"
2015-06-01 22:34:55 +00:00
install:
- "pip install ."
2015-06-06 20:20:11 +00:00
- "npm install -g jsdoc"
2015-06-01 20:20:22 +00:00
script: python setup.py test