cloudendpoints / endpoints-management-python

A Python library for managing API services using Google's Service Control APIs
Apache License 2.0
19 stars 22 forks source link

Upgrade to latest google-apitools and oauth2client #37

Closed inklesspen closed 7 years ago

inklesspen commented 7 years ago

I had to specify the precise version of oauth2client as well; if I don't, tox will install a version google-apitools isn't compatible with. Not sure why that happens.

Resolves #21.

codecov-io commented 7 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   93.16%   93.16%           
=======================================
  Files          56       56           
  Lines        3056     3056           
=======================================
  Hits         2847     2847           
  Misses        209      209

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b56f78c...5eb952f. Read the comment docs.