Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace py26 test configuration with py36 #84

Closed
lczub opened this issue Mar 22, 2017 · 2 comments
Closed

replace py26 test configuration with py36 #84

lczub opened this issue Mar 22, 2017 · 2 comments
Assignees
Milestone

Comments

@lczub
Copy link
Owner

lczub commented Mar 22, 2017

With #21 py26 support was add. Cause www.python.org supports as py2 only py27, the tox and travis test configuration will not look for py26 anymore.

Instead tox and travis should use py36 for testing. Also py33 is not needed anymore

@lczub lczub self-assigned this Mar 22, 2017
@lczub lczub added this to the v0.6.4 milestone Mar 22, 2017
@lczub
Copy link
Owner Author

lczub commented Mar 22, 2017

problematic method TestlinkAPIGeneric._convertPostionalArgs() will still use the py26 and py27 compatible line return dict(list(zip(nameList, valueList)))

so py26 might still work, but we will not run any test on py26 anymore.

But much nicer would be return {nameList[x] : valueList[x] for x in range(len(nameList)) }
maybe in sometime in the future

@lczub lczub changed the title remove py26 support replace py26 test configuration with py36 Mar 22, 2017
lczub pushed a commit that referenced this issue Mar 23, 2017
@lczub
Copy link
Owner Author

lczub commented Mar 24, 2017

v0.6.4

@lczub lczub closed this as completed Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant