-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
No successful Travis builds in the last 4 months #125
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
Comments
I would like to take this up |
@harshildarji Instead of removing .travis.yml (as has been done), can we put that file back in place and then fix the errors? I and (I believe) @shabbir4791 would be willing to work on this. |
@shabbir4791 @cclauss I am sure things are in place now. I am working on errors responsible for build failures. |
Unfortunately flake8 tests currently fail on both Python 2 and Python 3: flake8 testing of https://github.com/TheAlgorithms/Python on Python 2.7.14 $ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
flake8 testing of https://github.com/TheAlgorithms/Python on Python 3.6.3 $ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
flake8 tests with --select=E901,E999,F821,F822,F823 currently pass on both Python 2 and Python 3!! Nice work. |
https://travis-ci.org/TheAlgorithms/Python/builds
The text was updated successfully, but these errors were encountered: