Skip to content

Commit

Permalink
Migrate from pep8 to pycodestyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Aug 14, 2018
1 parent ce7a6ef commit c9d7eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ all:
@echo " make uninstall"
@echo " test"

test: test_pep

test_pep:
pep8 --max-line-length=240 git_archive_all.py
test:
pycodestyle --config=. --max-line-length=240 git_archive_all.py
python setup.py test

install:
install -d -m 0755 $(TARGET_DIR)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest==3.7.1; python_version>"2.6"
pytest==3.2.5; python_version<="2.6"
pytest-cov==2.5.1
codecov==2.0.15
pycodestyle==2.4.0

0 comments on commit c9d7eba

Please sign in to comment.