Closed averagehat closed 9 years ago
The tests imported from ngs_mapper (and maybe some of the other code) use python-2 print and python-2.7 dictionary-comprehensions, among other probable compatibility problems.
print
I found this useful: http://python-future.org/compatible_idioms.html
All code you get from ngs_mapper is only tested under 2.7
Yay!
In all new projects I have travis and tox check 2.6, 2.7 and 3.4
The tests imported from ngs_mapper (and maybe some of the other code) use python-2
print
and python-2.7 dictionary-comprehensions, among other probable compatibility problems.I found this useful: http://python-future.org/compatible_idioms.html