-
Notifications
You must be signed in to change notification settings - Fork 138
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 tests are failing (?) #60
Comments
PR is in for the URL. @davedash ? Also, this failed to set up the virtualenv on Python 2.5: https://travis-ci.org/erikrose/blessings/jobs/22626148 Is that a temporary error? |
Hm does not look temporary, fwiw. |
Link to Travis builds in readme. #60.
resolved in 'blessed-integration' branch. I beleive py2.5 is no longer a supported target, either. https://github.com/erikrose/blessings/blob/blessed-integration/tox.ini#L2-L7 The cause of this error is that many supporting tools: tox, py.test, and virtualenv/wrapper, for example, no longer support python2.5. A workaround is to explicitly downgrade such tools to support python2.5 builds. |
The readme says "build: error". Wut?
I have to dig up the Travis URL first to find out what's wrong. Relatedly, let's also link to the test runs in the readme, not just to the indicator image.
The text was updated successfully, but these errors were encountered: