ablog/.travis.yml

13 lines
386 B
YAML
Raw Normal View History

2015-03-01 12:52:35 -08:00
language: python
python:
- 2.7
- 3.4
before_install:
2015-04-08 22:56:45 -07:00
- pip install Sphinx Werkzeug alabaster invoke
2015-03-01 12:52:35 -08:00
install:
- pip install .
script:
2015-03-01 17:06:10 -08:00
- cd docs; ablog build -T
2015-05-03 11:31:28 -07:00
- cd docs; sphinx-build -b latex -T -d .doctrees . oudir
- printf "\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start
- printf "ablog\nABlog\nABlog Team\nhttp://ablog.readthedocs.org" | ablog start