-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 CI build is failing across the board... somewhat mysteriously #287
Comments
I dug into it and have the explanation for what's going on (which is interesting to me since I have a PR open and flask is blocking it), but I'm not stylistically opinionated enough to decide how to fix it (either do what the violations direct, or ignore them), so I leave that up to y'all. |
Ah, OK, that explanation makes senes. Yeah, I don't have any strong opinions on this (not being a python dev, and all). |
it's a good idea to only make use of sorted(data, key=lambda item: item.score) |
I have no experience with continuous integration. We could change the |
If it's not something that happens too often, I think it's worth it to just change the travis-ci configuration ( |
accumulate: fix lambda usage (see #287)
series: fix pep8 compliance (see #287)
word-count: fix lambda usage (see #287)
|
|
To avoid breaking our builds because of changes in pip packages we use for testing it makes sense to introduce version pinning to the travis build. (see exercism#287, exercism#295)
Since it started happening consistently and quite suddenly, I wonder if something changed on Travis CI's end with how they set up the environment.
If someone has a moment to dig into what's going on, that would be great.
The text was updated successfully, but these errors were encountered: