2015-02-24 15:25:48 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "3.4"
|
|
|
|
# command to install dependencies
|
|
|
|
install:
|
|
|
|
- "pip install mkdocs"
|
2015-02-24 18:11:52 +00:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- secure: "TrPdzgDDelezvEch5VmGkn0gu7E/4imfdae85qr7pPvk4jwdYtBI918+fgMkT8oowEfrd14M39dttpVrp8Fjns+QsWoy742F/N8bc+HiEDzKNnc2KJgA5AF5KysdDeQthDEn8egeOlzLjMY7L/JPj67Ene8fik1IdkpFpMwNnf8="
|
2015-02-24 15:25:48 +00:00
|
|
|
# command to run tests
|
|
|
|
before_script: "mkdocs build --clean"
|
2015-02-24 15:33:36 +00:00
|
|
|
script:
|
|
|
|
- "chmod ugo+x ./push-ghpages.sh"
|
2015-07-26 15:19:50 +01:00
|
|
|
- "./push-ghpages.sh"
|
|
|
|
sudo: false
|