Merge "Fix outdated benchmark target"
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -54,11 +54,8 @@ ignore = E731,W504
|
|||||||
exclude = .tox,dist,doc,*.egg,build
|
exclude = .tox,dist,doc,*.egg,build
|
||||||
|
|
||||||
[testenv:benchmark]
|
[testenv:benchmark]
|
||||||
basepython = python2.7
|
commands =
|
||||||
commands = python benchmark/benchmark.py
|
python3 benchmark/benchmark.py
|
||||||
|
|
||||||
[testenv:benchmark3]
|
|
||||||
commands = python3 benchmark/benchmark.py
|
|
||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
allowlist_externals = rm
|
allowlist_externals = rm
|
||||||
|
Reference in New Issue
Block a user