From b75b79859471413fdec990779d950c78c7ad25e2 Mon Sep 17 00:00:00 2001 From: djungelorm Date: Sun, 22 Jan 2017 12:22:25 +0000 Subject: [PATCH] Fix running of pep8 on travis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9c9f8c..07afd13 100644 --- a/Makefile +++ b/Makefile @@ -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