-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update Miniconda2 to Miniconda3 #62
Comments
I don't think the failures are related to that. Because we create a new environment with a specific python version anyway (with https://github.com/darribas/contextily/blob/master/.travis.yml#L19). But, that said, it is certainly a good idea to switch to download the Miniconda3 version. |
@jorisvandenbossche yep, it did not completely fix the issue as it did in |
related to #54 |
To repeat what I said above: updating to Miniconda3 is a good idea, but it is not related to testing of python 3.7 or not (since we create new environments anyway and don't use the base miniconda install) |
Miniconda update resolved. |
Failures in Python 3.5 may be remedied by swapping out Miniconda2 for Miniconda3 with building TravisCI test environments.
This was part of the solution for correcting the
segmentation fault: code 139
error inpysal/splot
that we were seeing.The text was updated successfully, but these errors were encountered: