From 804eef43681e376155e15fc37a2b7785181d42a7 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sat, 27 May 2017 19:31:10 -0500 Subject: [PATCH] Upgrade dependencies when dogfooding --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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