circle uses different names

This commit is contained in:
Jake Howard 2016-02-09 21:38:44 +00:00
parent f350cc060c
commit aa79aa9f8e
1 changed files with 1 additions and 1 deletions

View File

@ -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/