diff --git a/tox.ini b/tox.ini index ff8dc68f6..a89b04a15 100644 --- a/tox.ini +++ b/tox.ini @@ -56,13 +56,13 @@ commands = # gabbi tests without needing to discovery across the entire body of # tests. [testenv:gabbi] -deps = .[mongodb,test] +deps = .[mysql,test] setenv = OS_TEST_PATH=aodh/tests/functional/gabbi commands = - overtest mongodb python setup.py testr --testr-args="{posargs}" + overtest mysql python setup.py testr --testr-args="{posargs}" [testenv:cover] -commands = overtest mongodb python setup.py testr --slowest --coverage --testr-args="{posargs}" +commands = overtest mysql python setup.py testr --slowest --coverage --testr-args="{posargs}" [testenv:pep8] deps = hacking<0.11,>=0.10.0