IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Failing tests in Python 2 #3

Closed epatters closed 6 years ago

epatters commented 6 years ago

Several unit tests and integration tests are failing under Python 2.7. We have always aimed to support both Python 2 and 3, but the Python 2 support has bit rotted.

This issue is preparation for creating a Travis CI build that checks Python 2 and Python 3.