beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Add tox.ini to run tests in multiple python versions. #788

Closed martica closed 5 years ago

martica commented 5 years ago

I have tested checking out batavia in a clean directory and running tox. It runs the tests in all three python versions. It still requires having a new version of node and npm installed before.

PR Checklist:

danyeaw commented 5 years ago

This will be really nice for testing! :+1:

martica commented 5 years ago

Hopefully it will help with the out of the box experience for some new users as well.