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/