Support for Python2.6 (without argparse tests)#18
Conversation
- add tox py26 env
- install and import unittest2 for py26
- move __version__ to setup.py ("import configargparse" requires
argparse and ordereddict to be installed before running setup.py...)
- tests are not distributed with PyPI package, so just ignore it
|
I've tried merging this pull request with the latest version of master and fixing python2.6 support on this branch: When I run tox or |
Conflicts: configargparse.py
|
Sorry, @bw2, but I've just seen your reply. Absolutely, feel free add new commits on top of this PR. However, I've merged it with the latest Notably, I removed |
|
Friendly ping :) |
|
@bw2, could you please merge this in? |
|
@bw2, are you still maintaining this project? |
|
FYI this is blocking Let's Encrypt support for Python2.6. |
|
I am looking at using ConfigArgParse, but need Python 2.6 (unofficial) support. happy to help maintain Python 2.6 compatibility if this is merged. |
|
@bw2, should we consider this as a dead project? |
There was a problem hiding this comment.
You could read the __init__ file, like I do in https://github.com/jayvdb/travis_log_fetch/blob/7c3e6925f77579d3d4e0c73d8e8ccb0151714150/setup.py#L57
|
Could you add Python 2.6 to |
Support for Python2.6 (without argparse tests)
partially fixes #17