fix(tox): add {posargs} in tox command

This PS can help the developer run just one unittest.
like below.
tox -e py35 armada/tests/unit/api/test_api.py::TestAPI::test_armada_apply

Change-Id: I846c52bb4f3b133942f7c201f750dc15607f93ea
This commit is contained in:
daeseong.kim 2017-12-14 16:34:39 +09:00 committed by Felipe Monteiro
parent 7221977c79
commit 92d7a3a563
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ install_command = pip install {opts} {packages}
commands =
find . -type f -name "*.pyc" -delete
python -V
py.test -vvv -s --ignore=hapi
py.test -vvv -s --ignore=hapi {posargs}
[testenv:docs]
commands =