-
Notifications
You must be signed in to change notification settings - Fork 203
bad file path in .travis.yml file causes travis process to exit early #1673
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
That means you have a linting error somewhere, rather than a problem with that specific line. (1ea1a7d hasn't changed since Dec 2015, so if it's failing now it's a hint that your code is violating some pep8 linting rule). |
@cch5ng https://travis-ci.org/webcompat/webcompat.com/builds/256998399#L603 has the error pep8 was complaining about:
Let's go ahead and close this issue. |
ah, sorry about that. the error was confusing but will add a note to
include pep8 in my checklist.
…On Mon, Jul 24, 2017 at 12:54 PM, Mike Taylor ***@***.***> wrote:
@cch5ng <https://github.com/cch5ng> https://travis-ci.org/
webcompat/webcompat.com/builds/256998399#L603 has the error pep8 was
complaining about:
webcompat/form.py:62:1: E302 expected 2 blank lines, found 1
Let's go ahead and close this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1673 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEiP6Ma3yGsjCaxK4JH-WloWQOEbmQeVks5sRPZigaJpZM4OhkgH>
.
|
the travis build/test process is exiting early
error: The command "pep8 --ignore=E402 webcompat/ tests/ config/secrets.py.example" failed and exited with 1 during .
looks like unnecessary spaces somehow got inserted in the path:
https://github.com/webcompat/webcompat.com/blob/master/.travis.yml#L46
The text was updated successfully, but these errors were encountered: