mirror of
https://github.com/kk7ds/chirp
synced 2026-08-13 17:51:36 -04:00
Fix style target using sitepackages
We don't need to use sitepackages for that, which also prevents installing flake8 in there if it's already site installed. We also don't need future in there.
This commit is contained in:
parent
cc90ed6bbc
commit
8bc70be985
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -18,9 +18,9 @@ allowlist_externals = bash
|
|||
deps = future
|
||||
|
||||
[testenv:style]
|
||||
sitepackages = False
|
||||
deps =
|
||||
pep8
|
||||
future
|
||||
flake8
|
||||
commands =
|
||||
python ./tools/cpep8.py {posargs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue