Closed guilgautier closed 6 years ago
To answer @rbardenet's https://github.com/guilgautier/DPPy/commit/d074667fad0e246c81e410f78350d037ac2a580d#commitcomment-29598320 It turns out that Travis manages differently public and private repos see
So I turned on Travis for the now Public DPPy and builds' number started from scratch. In the end your test seems pass but I got an issue #6 with import matplotlib.pyplot on OSX
import matplotlib.pyplot
Interesting difference, good job for seeing it!
To answer @rbardenet's https://github.com/guilgautier/DPPy/commit/d074667fad0e246c81e410f78350d037ac2a580d#commitcomment-29598320 It turns out that Travis manages differently public and private repos see
So I turned on Travis for the now Public DPPy and builds' number started from scratch. In the end your test seems pass but I got an issue #6 with
import matplotlib.pyplot
on OSX