piccolbo / Pweave

Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.
http://mpastell.com/pweave
Other
1 stars 0 forks source link

test standard and conda flavors of python #2

Closed fgregg closed 5 years ago

fgregg commented 5 years ago

Hi @piccolbo, I can't get the head of this repo to pass tests for me locally (standard python 3.7, mac os x). So, it'd be a good start to get a common testing frame.

This PR sets up travis to test standard and conda flavors of python, for pythons 3.5, 3.6, and 3.7

piccolbo commented 5 years ago

I have two other projects set up with pipenv (altair_recipes and autosig) exactly for reproducibility issues. If you want I can give it a spin. I am not a big fan but I don't know of anything better in Python right now, maybe poetry, but still very new. An easy one is that you are trying py 3.7 and it's not supported on travis yet and the failure I reported was on 3.5. So I'd say don't do 3.7 yet, unless you have a separate reason I am not aware of, of course.

piccolbo commented 5 years ago

03223bc broke 3.6 on travis

fgregg commented 5 years ago

This is ready for review @piccolbo . Tests are failing, but that's appropriate for this PR.