NuGrid/NuPyCEE

travis build failing

fherwig opened this issue · 1 comments

travis is suddenly failing, not because of anything we do but because matplotlib in conda is not working properly, I fixed it in NuGridPy by instead installing required python packages with pip

I moved matplotlib to pip install and that solved it. Should probably be moved back to conda when they have figured out their issue