Remove testr

We're not using testr or stestr anywhere in this project,
this environment is unused.
Therefore, we should remove testr completely.

Change-Id: I50cf179487f3bea69e57d3a0ab2be4eb6b65423d
This commit is contained in:
Vu Cong Tuan 2018-07-10 16:10:41 +07:00
parent bad9d28aae
commit 64d242747f
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ envlist = linters
basepython = python3
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if