2013/4/9 Peter Prettenhofer <[email protected]>

>
> Seems like travis has troubles with fetching from mldata (again) - can I
> ignore it or should I trigger the travis build again and hope it will work
> out?
>

You can ignore.

The problem is actually not that travis has troubles with fetching from
mldata. The problem is that running the doctests on travis ignores the
fixture [1] that should be enabled by the setup.cfg file [2].

This fixture (that should install a mock urllib2.urlopen function to avoid
using the network) has always been working on all the workstations I used
and is working on jenkins as well. There is something in the travis
environment that makes it not run though. No idea what.


[1]
https://github.com/scikit-learn/scikit-learn/blob/master/doc/datasets/mldata_fixture.py
 [2] https://github.com/scikit-learn/scikit-learn/blob/master/setup.cfg#L16

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to