Upgrade dependencies when dogfooding

This commit is contained in:
Ian Cordasco 2017-05-27 19:31:10 -05:00
parent 2baaf00e83
commit 804eef4368
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -25,7 +25,7 @@ deps =
wheel
commands =
python setup.py -qq bdist_wheel
pip install --pre --find-links ./dist/ flake8
pip install -U --pre --find-links ./dist/ flake8
flake8 --version
flake8 src/flake8/ tests/ setup.py