From 4e966920600708fd138d0724031e32532ad22d08 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 30 Mar 2017 17:25:41 -0400 Subject: [PATCH] Fix a typo --- ci/run_python_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run_python_tests.sh b/ci/run_python_tests.sh index ee3f34496..1b646d7f2 100755 --- a/ci/run_python_tests.sh +++ b/ci/run_python_tests.sh @@ -16,7 +16,7 @@ echo PYTHON_SUFFIX="" -if [[ "$PYTHON_VER" == 3* ]]; then +if [[ "$PYTHON_VERSION" == 3* ]]; then PYTHON_SUFFIX="3" fi