Commit 99ab492b authored by nicoleczhu's avatar nicoleczhu
Browse files

try 3.7

No related merge requests found
Showing with 1 addition and 4 deletions
+1 -4
......@@ -54,9 +54,6 @@ gcloud auth configure-docker -q
# Remove old nox
python3 --version
apt-get update
apt-get install python3.8
python3 -V
# Install nox
python3 -m pip uninstall --yes --quiet nox-automation
......@@ -71,7 +68,7 @@ echo $ENVCTL_ID
# Run the specified environment test
set +e
# ./envctl/envctl go $ENVIRONMENT deploy
nox --session "tests(language='go', platform='$ENVIRONMENT')"
nox --python 3.7 --session "tests(language='go', platform='$ENVIRONMENT')"
TEST_STATUS_CODE=$?
# destroy resources
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment