Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
fixup! [NEW] Build and deploy github sphinix project page
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Jan 9, 2017
1 parent 13b03d7 commit 51427dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
- VERSION="7.0" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="24" TRAVIS_PULL_REQUEST="true" # To check pylint_conf of PR's with old api
- VERSION="" LINT_CHECK="1" TESTS="0" PYLINT_EXPECTED_ERRORS="21" TRAVIS_PULL_REQUEST="false" # To check VERSION empty or unset case.
- INCLUDE="broken_no_access_rule" SERVER_EXPECTED_ERRORS="1" # test errors are detected
- AUTODOC="1" # build and deploy sphinx auto documentation
- AUTODOC="1" VERSION="7.0" INCLUDE="test_module,second_module" ODOO_REPO="OCA/OCB" # build and deploy sphinx auto documentation

install:
- cp -r ../maintainer-quality-tools/ $HOME
Expand Down
4 changes: 2 additions & 2 deletions travis/travis_install_nightly
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -e
set -ex

if [ "${LINT_CHECK}" != "0" ]; then
pip install -q flake8 Click pylint-mccabe
Expand All @@ -14,7 +14,7 @@ if [ "${LINT_CHECK}" != "0" ]; then
exit 0
fi

if [ "${AUTODOC}" != "0" ]; then
if [ "${AUTODOC}" == "1" ]; then
pip install --upgrade -r ./travis/travis_autodoc_requirements.txt
fi

Expand Down

0 comments on commit 51427dc

Please sign in to comment.