amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

Fix compatibility with Python 2.6 and Python 3.5, introduce tox to the project #52

Open Kxrr opened 7 years ago

Kxrr commented 7 years ago

Note that because of PyWebDAV can't run on Python3.5, the tests may fail when using tox -e py35 command, but I start the davserver manually(under python2.7) and see the tests(on Python3.5) passed.

There may be a better way to run these tests decently.