Skip to content

Commit b75b798

Browse files
committed
Fix running of pep8 on travis
1 parent 4dddfcb commit b75b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99

1010
test:
1111
rm -rf out
12+
pip install pep8 pylint
1213
pep8 sphinx_tabs/tabs.py
13-
pip install pylint
1414
pylint --rcfile=pylint.cfg sphinx_tabs/tabs.py
1515
sphinx-build -E -n -W test test-output
1616

0 commit comments

Comments
 (0)