Merge "Add one more tox env for running unit tests with postgresql"

This commit is contained in:
Jenkins 2015-08-05 15:47:03 +00:00 committed by Gerrit Code Review
commit 061892ef4d

View File

@ -14,6 +14,10 @@ commands =
python setup.py test --slowest --testr-args='{posargs}'
whitelist_externals = rm
[testenv:unit-postgresql]
setenv = VIRTUAL_ENV={envdir}
commands = ./run_tests.sh -V --db-type postgresql
[testenv:pep8]
commands = flake8 {posargs}