Skip to content

Commit

Permalink
DOC: generate static doc only for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
glouppe committed Apr 19, 2016
1 parent 91a9949 commit df96781
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ script:

after_success:
- coveralls
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || source travis-deploy.sh'
- '([ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${PYTHON_VERSION}" == "3.4" ] && source travis-deploy.sh) || 1'

notifications:
email: false
2 changes: 1 addition & 1 deletion travis-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pdoc --html --html-dir ./doc carl
git clone -b master "https://${GH_TOKEN}@github.com/diana-hep/carl.github.io.git" deploy > /dev/null 2>&1 || exit 1

echo "Copying built files"
cp -r ./doc/* deploy
cp -r ./doc/carl/* deploy

# Move into deployment directory
cd deploy
Expand Down

0 comments on commit df96781

Please sign in to comment.