Removed the extra space from tox.ini

Change-Id: I1fe9e7fe881313094b922a81a32fabe7de8f0b59
This commit is contained in:
Sharat Sharma 2016-11-17 13:38:10 +05:30
parent 6b06928ac0
commit d383c208a4

View File

@ -21,7 +21,7 @@ passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
commands =
find . -type f -name "*.pyc" -delete
nosetests mistralclient/tests/unit
whitelist_externals = find