Implement python 2.7 support
nrweir opened this issue · 1 comments
nrweir commented
As of now this codebase only works for python >=3.6. Steps to fix this:
- Some maintenance (e.g.
from __future__ import print_function
) need to be done in some places to make things work - Travis CI build instructions need to be updated to include python 2.7 builds