mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Remove these duplicated pyflakes checks
There is a dedicated `codechecks` environment. Use that if you want to do code checks.
This commit is contained in:
parent
13bcb26129
commit
20cf504973
2
tox.ini
2
tox.ini
@ -25,7 +25,6 @@ deps = incremental
|
||||
usedevelop = True
|
||||
extras = test
|
||||
commands =
|
||||
pyflakes src static misc setup.py
|
||||
tahoe --version
|
||||
trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors} {posargs:allmydata.test.test_version}
|
||||
|
||||
@ -37,7 +36,6 @@ commands =
|
||||
[testenv:coverage]
|
||||
# coverage (with --branch) takes about 65% longer to run
|
||||
commands =
|
||||
pyflakes src static misc setup.py
|
||||
tahoe --version
|
||||
coverage run --branch -m twisted.trial {env:TAHOE_LAFS_TRIAL_ARGS:--rterrors --reporter=timing} {posargs:allmydata.test.test_version}
|
||||
coverage xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user