Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0854972

Browse filesBrowse files
author
Jon Wayne Parrott
committed
Set noxdir on travis
1 parent b524fc5 commit 0854972
Copy full SHA for 0854972

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎scripts/travis.sh

Copy file name to clipboardExpand all lines: scripts/travis.sh
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.