Skip to content

Commit 5645e4b

Browse files
committed
test
1 parent e6de701 commit 5645e4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dlp/nox.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
from __future__ import absolute_import
1616

17-
import nox
1817
import os
1918

19+
import nox
20+
2021

2122
@nox.session
2223
@nox.parametrize('python_version', ['2.7', '3.4', '3.5', '3.6'])
@@ -44,6 +45,7 @@ def system_tests(session, python_version):
4445

4546
# Sanity check: Only run system tests if the environment variable is set.
4647
if not os.environ.get('GOOGLE_APPLICATION_CREDENTIALS', ''):
48+
print(session)
4749
session.skip('Credentials must be set via environment variable.')
4850

4951
# Run unit tests against all supported versions of Python.

0 commit comments

Comments
 (0)