We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc78eb commit d5ad50fCopy full SHA for d5ad50f
.ci/travis-build-and-upload.sh
@@ -8,7 +8,7 @@ if [ -z "${TRAVIS_TAG}" ]; then
8
exit 0
9
fi
10
11
-if [ "${PYTHON_VERSION}" == "3.6-dev" -o "${PYTHON_VERSION}" == "3.5-dev" ]; then
+if [ "${TRAVIS_PYTHON_VERSION}" == "3.6-dev" -o "${TRAVIS_PYTHON_VERSION}" == "3.5-dev" ]; then
12
13
14
0 commit comments