From 5ce6cd8ca051e73e90533df92eddb3415c7bf29d Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 30 Mar 2017 22:47:05 -0400 Subject: [PATCH] Fix a thinko. Had to be one following those typos... --- 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 1b646d7f2..007fa9402 100755 --- a/ci/run_python_tests.sh +++ b/ci/run_python_tests.sh @@ -20,7 +20,7 @@ if [[ "$PYTHON_VERSION" == 3* ]]; then PYTHON_SUFFIX="3" fi -/usr/bin/virtualenv -p /usr/local/python-$PYTHON_VERSION$PYTHON_SUFFIX/bin/python $WORKSPACE/pgadmin-venv +/usr/bin/virtualenv -p /usr/local/python-$PYTHON_VERSION/bin/python$PYTHON_SUFFIX $WORKSPACE/pgadmin-venv . $WORKSPACE/pgadmin-venv/bin/activate $WORKSPACE/pgadmin-venv/bin/pip install -r requirements.txt $WORKSPACE/pgadmin-venv/bin/pip install -r web/regression/requirements.txt