-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
travis-miniconda installer fix #19
Conversation
Ha, there we go! I really love green checkmarks ;) |
Btw. are you really planning to support Python 2.6? Saw it listed in the trove classifier section. Just wanted to ask, because I find Python 2.6 really annoying ( |
I'm not opposed to dropping 2.6 support. Almost tempted to drop 2.7 support. Is this ready to merge? |
I'd have nothing against that as a 99% Python 3.x user, but I would keep 2.7 for now maybe. Yap, it's ready for merge. If you like, you could add more of the older Py 3.x version to the
thought it suffices. |
We could also add coverage results via coveralls later. Was a bit hesitant with this for now since I have bad experience with coveralls for "expensive" code (often aborts if evaluations take to long) |
travis-miniconda installer fix
Perfect. Thanks again @rasbt! So far, the tests don't take too long because we don't have unit tests on the |
Sry, not really, it's more like coveralls is pretty flaky, sometimes the same stuff works, sometimes it doesn't (I think it has something to do with their hardware utilization on their side). But your tests seem pretty gentle so far, so let's try (I will submit another pull request for that later) |
Okay, let me fix the travis-ci from pullrequest #15
From now on, it will be a bit easier to debug it before it's merged since we will be able to see the travis reports.
I really don't understand this bug regarding the miniconda installation.
In the previous version, I selected the "latest" Miniconda Linux built from http://repo.continuum.io/miniconda/ (
Miniconda-latest-Linux-x86_64.sh
), which apparently doesn't work for some reason. However, selecting, e.g.,Miniconda-3.9.1-Linux-x86_64.sh
does work.Anyway, let's see