We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe7254 commit e991ca4Copy full SHA for e991ca4
.kokoro/build.sh
@@ -29,11 +29,13 @@ export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/service-account.json
29
# Setup project id.
30
export PROJECT_ID=$(cat "${KOKORO_GFILE_DIR}/project-id.json")
31
32
+export SESSIONS=$(nox --list | grep "^\*" | cut -d " " -f 2 | grep -v snippets)
33
+
34
# Remove old nox
35
python3.6 -m pip uninstall --yes --quiet nox-automation
36
37
# Install nox
38
python3.6 -m pip install --upgrade --quiet nox
39
python3.6 -m nox --version
40
-python3.6 -m nox
41
+python3.6 -m nox $SESSIONS
0 commit comments