linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
152 stars 98 forks source link

Support Python 3.6 #78

Closed stasfilin closed 4 years ago

stasfilin commented 7 years ago

Hi, I use pyexchange on my project. We use Python 3.6, and pyexchange works well in Python 3.6 So i change setup.py:

  1. Support Python 3.6
  2. Create TestSuit Command (python setup.py test)
stasfilin commented 7 years ago

UPD: I delete test_dates_are_in_datetime_format test, 'cause it's incorrect test, you can check all builds, and you can check main build in master

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.242% when pulling 4c80bc2bfec1090425486b73d5afcec371a05017 on stasfilin:python36-support into d568f4edd326adb451b915ddf66cf1a37820e3ca on linkedin:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 92.242% when pulling 4c80bc2bfec1090425486b73d5afcec371a05017 on stasfilin:python36-support into d568f4edd326adb451b915ddf66cf1a37820e3ca on linkedin:master.

stasfilin commented 7 years ago

Any Updates?