trove-integration/tests/integration/tox.ini
Nikhil Manchanda 60ec74217a Fix few missed issues with the reddwarf -> trove rename
There were still a few files remaining  after the reddwarf->trove
rename that were still referencing "reddwarf". Changed these
references to "trove".

Fixed bug: 1194637

Change-Id: Ib1cc57d909a2024ea650aefd82f2f7c91f39e5d4
2013-06-25 18:34:59 -07:00

29 lines
510 B
INI

# Examples:
# Run tests against Trove running locally in fake mode:
# TROVE_CLIENT_PATH=../some_path tox -e local -- --group=blackbox
[tox]
envlist = py26
[testenv]
deps =
coverage
nose
pexpect
proboscis
sqlalchemy
{env:TROVE_PATH}
{env:TROVE_CLIENT_PATH}
[testenv:py26]
[testenv:local]
deps =
nose
pexpect
proboscis
sqlalchemy
{env:TROVE_PATH}
{env:TROVE_CLIENT_PATH}
commands =
{envpython} int_tests.py --conf=localhost.test.conf {posargs:DEFAULTS}