Skip to content

Commit

Permalink
Update system tests script (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanhui1228 committed Dec 4, 2017
1 parent b759359 commit 7b8bf15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/google-cloud-python-system/run_system_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ for package in ${packages}; do
nox \
-f "${noxfile}" \
-e \
"system_tests(python_version='2.7')" \
"system_tests(python_version='3.6')" \
"system(py='2.7')" \
"system(py='3.6')" \
|| exit_code=1
done

Expand Down

0 comments on commit 7b8bf15

Please sign in to comment.