Standardize tox

Change-Id: If59a61ac449c8b65abeb5900d5c5e0005fbc0186
This commit is contained in:
Jeremy Liu 2017-03-22 18:33:00 -07:00
parent 6ebeed09e0
commit e1014befad
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@ passenv = OS_STDOUT_CAPTURE OS_STDERR_CAPTURE OS_TEST_TIMEOUT OS_TEST_LOCK_PATH
whitelist_externals = find
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
commands =
find . -type f -name "*.pyc" -delete
ostestr {posargs} --whitelist-file test-whitelist.txt
[testenv:pep8]
commands = flake8 {posargs}
check-uuid
check-uuid
[testenv:uuidgen]
commands = check-uuid --fix