Merge branch 'v2' into v2

This commit is contained in:
Jesse Szwedko 2018-01-28 10:09:28 -08:00 committed by GitHub
commit 15a051e65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ cache:
before_script:
- if [[ $(uname) == Darwin ]]; then
sudo pip install flake8;
sudo pip2 install flake8;
else
pip install --user flake8;
fi