-
Notifications
You must be signed in to change notification settings - Fork 576
python 3 port plan #1712
Copy link
Copy link
Open
Labels
buildRelated to building or build systemRelated to building or build systemdevelopersThe issue is relevant mainly for developers rather than usersThe issue is relevant mainly for developers rather than usersrefactoringtest
Metadata
Metadata
Assignees
Labels
buildRelated to building or build systemRelated to building or build systemdevelopersThe issue is relevant mainly for developers rather than usersThe issue is relevant mainly for developers rather than usersrefactoringtest
Using the principles of continuous delivery, port to python 3 should progress as following:
pybitmessagebinary will check if it's running python 3 and if yes, exit with return code 0. Unit tests will be decorated to skip all tests when using python 3. This should allow travis to succeed in python 3. Not sure what to do if requirements.txt diverge between python 2 and python 3.