You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: