Skip to content

Commit 0854972

Browse files
author
Jon Wayne Parrott
committed
Set noxdir on travis
1 parent b524fc5 commit 0854972

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ if [[ $TRAVIS_SECURE_ENV_VARS == "true" ]]; then
66
source ${TRAVIS_BUILD_DIR}/testing/test-env.sh;
77
export GOOGLE_APPLICATION_CREDENTIALS=${TRAVIS_BUILD_DIR}/testing/service-account.json
88
export GOOGLE_CLIENT_SECRETS=${TRAVIS_BUILD_DIR}/testing/client-secrets.json
9-
nox --stop-on-first-error -s lint gae py35 -- -m "not slow";
9+
nox --envdir /tmp --stop-on-first-error -s lint gae py35 -- -m "not slow";
1010
else
1111
# only run lint on external PRs
1212
echo 'External PR: only running lint.'
13-
nox --stop-on-first-error -s lint;
13+
nox --envdir /tmp --stop-on-first-error -s lint;
1414
fi

0 commit comments

Comments
 (0)