googleapis / packman

Google API package creator
https://npmjs.com/package/googleapis-packman
Apache License 2.0
13 stars 18 forks source link

Allow a range of point versions for gax-python #79

Closed geigerj closed 8 years ago

geigerj commented 8 years ago

Previously, the version was pegged. This way should prevent issues like https://github.com/GoogleCloudPlatform/gcloud-python/issues/1979

FYI @bjwatson

codecov-io commented 8 years ago

Current coverage is 88.56% (diff: 100%)

Merging #79 into master will not change coverage

@@             master        #79   diff @@
==========================================
  Files             3          3          
  Lines           717        717          
  Methods         150        150          
  Messages          0          0          
  Branches        106        106          
==========================================
  Hits            635        635          
  Misses           82         82          
  Partials          0          0          

Powered by Codecov. Last update c8df6b8...4719623

jmuk commented 8 years ago

LGTM