ablog/.travis.yml

17 lines
509 B
YAML
Raw Normal View History

2015-03-01 12:52:35 -08:00
language: python
sudo: false
2015-03-01 12:52:35 -08:00
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
2015-09-14 21:36:31 -07:00
- cd docs; ablog build -T -b json
- cd docs; ablog build -T -b pickle
2015-07-22 23:45:29 -07:00
- 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