Merge lp://staging/~cjwatson/storm/py27-py35-workarounds into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 567 |
Proposed branch: | lp://staging/~cjwatson/storm/py27-py35-workarounds |
Merge into: | lp://staging/storm |
Diff against target: |
46 lines (+8/-2) 2 files modified
setup.py (+3/-1) tox.ini (+5/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/py27-py35-workarounds |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ioana Lasc (community) | Approve | ||
Storm Developers | Pending | ||
Review via email: mp+400631@code.staging.launchpad.net |
Commit message
Fix py27 and py35 tox environments.
Description of the change
Keeping Python 2.7 and 3.5 tests working now that they're unsupported upstream and various core packages such as pip have dropped support for them is getting harder, but it's still viable with a few hacks. Storm still needs to support these versions for now.
To post a comment you must log in.