Build docs from conditional python script
This commit is contained in:
parent
188c127057
commit
69a6eeb7bb
|
@ -70,7 +70,6 @@ before_script:
|
||||||
script:
|
script:
|
||||||
- ./travis/php.sh
|
- ./travis/php.sh
|
||||||
- ./travis/python.sh
|
- ./travis/python.sh
|
||||||
- mkdocs build --clean -q > /dev/null
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
|
@ -8,3 +8,7 @@ pushd python_apps/airtime_analyzer
|
||||||
nosetests -a '!rgain'
|
nosetests -a '!rgain'
|
||||||
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
|
echo "replaygain tests where skipped due to not having a reliable replaygain install on travis."
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
echo "Building docs..."
|
||||||
|
mkdocs build --clean -q > /dev/null
|
||||||
|
echo -n "done"
|
||||||
|
|
Loading…
Reference in New Issue