Skip to content

Commit

Permalink
Merge pull request #2602 from pfnet/fix-pep8
Browse files Browse the repository at this point in the history
Fixed pep8 file to use autopep8 command locally
  • Loading branch information
okuta committed Apr 21, 2017
2 parents a3d6b63 + e0063fa commit 37af7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pep8
@@ -1,3 +1,3 @@
[pep8]
exclude=caffe_pb*,.eggs,*.egg,build
diff=True

2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -58,7 +58,7 @@ install:
script:
- flake8
- flake8 --config=.flake8.cython
- autopep8 -r . --global-config .pep8 | tee check_autopep8
- autopep8 -r . --global-config .pep8 --diff | tee check_autopep8
- test ! -s check_autopep8
- PYTHONWARNINGS='ignore::FutureWarning,module::DeprecationWarning' nosetests -a '!gpu,!slow' --with-doctest tests/install_tests
- cd tests
Expand Down

0 comments on commit 37af7bc

Please sign in to comment.