mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Upgrade dependencies when dogfooding
This commit is contained in:
parent
2baaf00e83
commit
804eef4368
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue