We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b759359 commit 7b8bf15Copy full SHA for 7b8bf15
tests/google-cloud-python-system/run_system_tests.sh
@@ -31,8 +31,8 @@ for package in ${packages}; do
31
nox \
32
-f "${noxfile}" \
33
-e \
34
- "system_tests(python_version='2.7')" \
35
- "system_tests(python_version='3.6')" \
+ "system(py='2.7')" \
+ "system(py='3.6')" \
36
|| exit_code=1
37
done
38
0 commit comments