From a4572e8b9c3a0ff19528e305fc70f5dd693856ec Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 21:49:36 +0000 Subject: [PATCH] screw it, hard code files again --- scripts/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtests.sh b/scripts/runtests.sh index fb5dc2c..0ab12f7 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -14,5 +14,5 @@ jsonlint -q atom/packages.json echo ">> Validating Python..." pip install flake8 -flake8 *.py --ignore=E128,E501 --exclude=__init__.py +flake8 scripts/install_dotfiles.py --ignore=E128,E501 flake8 INSTALL_ALL_THE_THINGS --ignore=E128,E501