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:
Jean-Paul Calderone 2018-06-08 16:01:36 -04:00
parent 13bcb26129
commit 20cf504973

View File

@ -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