diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-27 19:31:10 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2017-05-27 19:31:10 -0500 |
| commit | 804eef43681e376155e15fc37a2b7785181d42a7 (patch) | |
| tree | 7e07d5328f5f351832d0e555d9ead1af71e9f832 | |
| parent | 2baaf00e83073a749238798983de4b8161e3e328 (diff) | |
| download | flake8-804eef43681e376155e15fc37a2b7785181d42a7.tar.gz | |
Upgrade dependencies when dogfooding
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
