Skip to content

Commit 45edc21

Browse files
authored
Add Test runs for Python 3.7 and remove 3.4 (#5295)
* remove 3.4 from unit test runs * add 3.7 to most packages. PubSub, Monitoring, BigQuery not enabled * Fix #5292 by draining queue in a way compatible with SimpleQueue and Queue
1 parent f0e0574 commit 45edc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def default(session):
5454

5555

5656
@nox.session
57-
@nox.parametrize('py', ['2.7', '3.4', '3.5', '3.6'])
57+
@nox.parametrize('py', ['2.7', '3.5', '3.6', '3.7'])
5858
def unit(session, py):
5959
"""Run the unit test suite."""
6060

0 commit comments

Comments
 (0)