encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Add tox to test multiple Python 3 versions #609

Closed d0ugal closed 5 years ago

d0ugal commented 6 years ago

I was poking around and noticed that the tests are failing on Python 3.7. Seems it is only a 3.7 thing, but I can't see an obvious fix. I added a tox file to easily test against multiple versions - it might be useful.

I'll try and find some time to poke around more and see if I can come up with a fix.

d0ugal commented 6 years ago

Oh, it looks like #598 might have the fix I wanted.

tomchristie commented 5 years ago

Thanks fella! Gonna take a pass on tox. I'm happy enough with local testing being against a single env, with CI to catch any other cases.