From aa79aa9f8eb57e5ec0e3b5ca4c69ae0c66bb53bb Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 9 Feb 2016 21:38:44 +0000 Subject: [PATCH] circle uses different names --- scripts/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtests.sh b/scripts/runtests.sh index 4019cc5..7548f0e 100755 --- a/scripts/runtests.sh +++ b/scripts/runtests.sh @@ -14,4 +14,4 @@ jsonlint -q atom/packages.json echo ">> Validating Python..." pip install flake8 -flake8 * --ignore=E128,E501 --exclude=env/,node_modules/ +flake8 * --ignore=E128,E501 --exclude=venv/,node_modules/