Skip to content

Commit

Permalink
Run 'grpc_gcp' unit tests only with Python 2.7 / 3.6. (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver authored Sep 7, 2018
1 parent 5ddb9ff commit 6bad253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spanner/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def unit(session, py):


@nox.session
@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6', '3.7'])
@nox.parametrize('py', ['2.7', '3.6'])
def unit_grpc_gcp(session, py):
"""Run the unit test suite with grpcio-gcp installed."""

Expand Down

0 comments on commit 6bad253

Please sign in to comment.