Skip to content

Commit

Permalink
force the style guide to just follow whatever google / yapf wants (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheodore authored Apr 16, 2019
1 parent f2c6b92 commit 9c206ea
Show file tree
Hide file tree
Showing 3 changed files with 222 additions and 179 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
# commands to run, must exit 0 to pass
script: flake8
script: flake8
script: yapf --parallel --verbose --recursive --diff .
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-r requirements.txt
flake8
pylint
yapf
pytest
Loading

0 comments on commit 9c206ea

Please sign in to comment.