Merge branch 'v2' into altsrc-parse-durations

main
Jesse Szwedko 7 years ago committed by GitHub
commit d604b6ffee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save