Skip to content

Commit ee8ce0e

Browse files
committed
pep8 -> pycodestyle
1 parent 9f57c82 commit ee8ce0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ install:
1010
test:
1111
rm -rf out
1212
python -B setup.py test
13-
pip install pep8 pylint
14-
find sphinx_tabs -name "*.py" -print0 | xargs -0 pep8
13+
pip install pycodestyle pylint
14+
find sphinx_tabs -name "*.py" -print0 | xargs -0 pycodestyle
1515
pylint --rcfile=pylint.cfg sphinx_tabs
1616

1717
docs:

0 commit comments

Comments
 (0)