Skip to content

Commit 7b8bf15

Browse files
authored
Update system tests script (GoogleCloudPlatform#171)
1 parent b759359 commit 7b8bf15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/google-cloud-python-system/run_system_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ for package in ${packages}; do
3131
nox \
3232
-f "${noxfile}" \
3333
-e \
34-
"system_tests(python_version='2.7')" \
35-
"system_tests(python_version='3.6')" \
34+
"system(py='2.7')" \
35+
"system(py='3.6')" \
3636
|| exit_code=1
3737
done
3838

0 commit comments

Comments
 (0)