ablog/.travis.yml
2015-09-14 21:38:03 -07:00

16 lines
509 B
YAML

language: python
sudo: false
python:
- 2.7
- 3.4
before_install:
- pip install Sphinx Werkzeug alabaster invoke
install:
- pip install .
script:
- cd docs; ablog build -T
- cd docs; sphinx-build -b latex -T -d .doctrees . oudir
- cd docs; ablog build -T -b json
- cd docs; ablog build -T -b pickle
- printf "\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start; ablog build
- printf "ablog\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start; cd ablog; ablog build