summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2017-05-27 19:31:10 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2017-05-27 19:31:10 -0500
commit804eef43681e376155e15fc37a2b7785181d42a7 (patch)
tree7e07d5328f5f351832d0e555d9ead1af71e9f832
parent2baaf00e83073a749238798983de4b8161e3e328 (diff)
downloadflake8-804eef43681e376155e15fc37a2b7785181d42a7.tar.gz
Upgrade dependencies when dogfooding
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ba2e43b..69d01e6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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