Uplink036 / PickleTestSuite

PickleTestSuite is a rigorous test suite for evaluating the stability and correctness of Python's pickle module across diverse environments, for consistent serialization outcomes for identical inputs.
MIT License
0 stars 0 forks source link

14 setting up tox #18

Closed Uplink036 closed 5 months ago

Uplink036 commented 5 months ago

This is a simple version of tox which will test pytest with multiple python versions. Note, this does require pyenv to be installed. I also had a lot of trouble setting it up, so watch out for errors on mac or windows.

Uplink036 commented 5 months ago

Gonna be honest, the makefile for ubuntu might just be completely wrong.