circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

Bugfix scipy in travis #6

Closed matthias-k closed 9 years ago

matthias-k commented 9 years ago

Finally, scipy should work in travis. Unfortunately, travis is not able to use precompiled binaries for scipy in python3, thus I have to use pip install scipy which takes ages. But I think it is quite importat especially to test python3, as I usually don't use it.

To be sure, let's wait until the travis CI run for this pull request passed.