Fix variable check

This commit is contained in:
Steven Silvester
2015-09-17 12:34:39 -05:00
parent 08f0677277
commit 82ad2a7fd0
+1 -1
View File
@@ -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