Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Bug 1138481 - Add .pep8.rc with preferred settings to the repository.…
Browse files Browse the repository at this point in the history
… r=whimboo
  • Loading branch information
IamAdiSri authored and whimboo committed May 26, 2015
1 parent d73ed45 commit 9e20028
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .pep8.rc
@@ -0,0 +1,3 @@
[pep8]
max-line-length = 99
exclude = firefox_puppeteer/docs
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -33,7 +33,7 @@ install:

before_script:
# Run pep8 on all except the checked out marionette-client folder
- pep8 --max-line-length=99 --exclude=client .
- pep8 --config ./.pep8.rc --exclude=client .

# Prepare the build and everything else
- ./.travis/before_script.sh
Expand Down

0 comments on commit 9e20028

Please sign in to comment.