tox: add pyflakes, which was accidentally removed from CI
This commit is contained in:
parent
9c1e22209f
commit
fa28ed0730
2
tox.ini
2
tox.ini
|
@ -12,6 +12,7 @@ passenv = USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps = --editable=.[test]
|
deps = --editable=.[test]
|
||||||
commands =
|
commands =
|
||||||
|
pyflakes src static misc setup.py
|
||||||
tahoe --version
|
tahoe --version
|
||||||
trial --rterrors {posargs:allmydata}
|
trial --rterrors {posargs:allmydata}
|
||||||
|
|
||||||
|
@ -21,6 +22,7 @@ passenv = USERPROFILE HOMEDRIVE HOMEPATH
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps = --editable=.[test]
|
deps = --editable=.[test]
|
||||||
commands =
|
commands =
|
||||||
|
pyflakes src static misc setup.py
|
||||||
tahoe --version
|
tahoe --version
|
||||||
coverage run --branch -m allmydata.test.run_trial --rterrors --reporter=timing {posargs:allmydata}
|
coverage run --branch -m allmydata.test.run_trial --rterrors --reporter=timing {posargs:allmydata}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue