diff --git a/tools/deploy_docs.sh b/tools/deploy_docs.sh index d8eb1e1b..a1d280c8 100644 --- a/tools/deploy_docs.sh +++ b/tools/deploy_docs.sh @@ -1,5 +1,5 @@ #!/bin/bash -if [[ $TRAVIS_BRANCH == "master" && $PY == 3.4 ]] +if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PYTHON_VERSION == 3.4 ]] then # See https://help.github.com/articles/creating-an-access-token-for-command-line-use/ for how to generate a token # See http://docs.travis-ci.com/user/encryption-keys/ for how to generate