Skip to content

Commit

Permalink
Fix running of pep8 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djungelorm committed Jan 22, 2017
1 parent 4dddfcb commit b75b798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ install:

test:
rm -rf out
pip install pep8 pylint
pep8 sphinx_tabs/tabs.py
pip install pylint
pylint --rcfile=pylint.cfg sphinx_tabs/tabs.py
sphinx-build -E -n -W test test-output

Expand Down

0 comments on commit b75b798

Please sign in to comment.