bastibe / transplant

Transplant is an easy way of calling Matlab from Python
https://transplant.readthedocs.io
Other
108 stars 26 forks source link

msgpack dependency switch and update, make test environment explicit #72

Closed jooh closed 5 years ago

jooh commented 5 years ago

I have only had a chance to test on python 3.6 so far. If you think it's important I can set up a 3.4 environment to test further (maybe it would be good to automate this kind of thing with tox?).

bastibe commented 5 years ago

Cool, thank you very much!

bastibe commented 5 years ago

maybe it would be good to automate this kind of thing with tox?

One could also play with continuous integration. But test runtimes are already pretty bad (due to Matlab's eternal startup time), and I don't want to complicate it even further. I value simplicity.