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

Remove usage of tox #201

Open
kokosing opened this issue Jul 7, 2016 · 2 comments
Open

Remove usage of tox #201

kokosing opened this issue Jul 7, 2016 · 2 comments

Comments

@kokosing
Copy link
Contributor

kokosing commented Jul 7, 2016

tox requires that development workstation is equipped with two python installations (2.6 and 2.7). However it could be somehow difficult to achieve as some linux distribution no longer support usage of 2.6.

Notice that travis is able to test multiple version of python, see: https://docs.travis-ci.com/user/languages/python

@cawallin
Copy link
Member

cawallin commented Jul 7, 2016

If Travis supports it, we can definitely use that; it's rare that there are issues with 2.6/2.7 support. But we can't stop testing Python 2.6 because that's the ancient version of Python that the Hadoop appliance has.

@ebd2
Copy link
Contributor

ebd2 commented Jul 11, 2016

I've been bit by 2.6/2.7 issues that tox has caught. I agree that we need to keep testing with 2.6, and tox is convenient for doing that locally.

I agree that if Travis has built-in tooling for testing with different versions, we should definitely use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants