Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Update setup.py #506

Closed stutibiyani closed 5 years ago

stutibiyani commented 5 years ago

Python version 3.7 added.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #506   +/-   ##
=======================================
  Coverage   87.11%   87.11%           
=======================================
  Files          57       57           
  Lines        4609     4609           
  Branches      501      501           
=======================================
  Hits         4015     4015           
  Misses        435      435           
  Partials      159      159

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 ff50b8b...e59b367. Read the comment docs.

zezha-msft commented 5 years ago

Hi @stutibiyani, thanks for the PR!

If you don't mind, could you please target the dev branch and also make the change for all the other packages? Thank you!

zezha-msft commented 5 years ago

Fixed by #507. @stutibiyani Thanks the PR!