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 b524fc5 commit 0854972Copy full SHA for 0854972
scripts/travis.sh
@@ -6,9 +6,9 @@ if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then
6
source ${TRAVIS_BUILD_DIR}/testing/test-env.sh;
7
export GOOGLE_APPLICATION_CREDENTIALS=${TRAVIS_BUILD_DIR}/testing/service-account.json
8
export GOOGLE_CLIENT_SECRETS=${TRAVIS_BUILD_DIR}/testing/client-secrets.json
9
- nox --stop-on-first-error -s lint gae py35 -- -m "not slow";
+ nox --envdir /tmp --stop-on-first-error -s lint gae py35 -- -m "not slow";
10
else
11
# only run lint on external PRs
12
echo 'External PR: only running lint.'
13
- nox --stop-on-first-error -s lint;
+ nox --envdir /tmp --stop-on-first-error -s lint;
14
fi
0 commit comments