nvbn / py-backwards

Python to python compiler that allows you to use Python 3.6 features in older versions.
306 stars 17 forks source link

Test compilation and run code on each python version #9

Closed nvbn closed 7 years ago

nvbn commented 7 years ago

We should have functional test, that would check compilation on all targets and run compiled code. That'll prevent issues like #1 and #8 in future.