Skip to content

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

Closed
cch5ng opened this issue Jul 24, 2017 · 3 comments
Closed

bad file path in .travis.yml file causes travis process to exit early #1673

cch5ng opened this issue Jul 24, 2017 · 3 comments
Assignees

Comments

@cch5ng
Copy link
Contributor

cch5ng commented Jul 24, 2017

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

@cch5ng cch5ng self-assigned this Jul 24, 2017
cch5ng added a commit to cch5ng/fork-webcompat.com that referenced this issue Jul 24, 2017
@miketaylr
Copy link
Member

error: The command "pep8 --ignore=E402 webcompat/ tests/ config/secrets.py.example" failed and exited with 1 during .

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).

@miketaylr
Copy link
Member

@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.

@cch5ng
Copy link
Contributor Author

cch5ng commented Jul 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants