lordmauve / pgzero

A zero-boilerplate games programming framework for Python 3, based on Pygame.
https://pygame-zero.readthedocs.io/
GNU Lesser General Public License v3.0
527 stars 191 forks source link

Introduce tox. #104

Open virtuallight opened 6 years ago

virtuallight commented 6 years ago

FWIU pgzero supports several pygame versions on various python versions. Would be great to have tox to run tests against at least the most important combination e.g. pygame 1.9.4 with newly introduced python 3.7 etc.

virtuallight commented 6 years ago

@lordmauve I could have a look into that if you think that this proposal is a good idea.