summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index e94c0ea..f8629d5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,8 +7,7 @@ whitelist_externals = bash
env
setenv =
VIRTUAL_ENV={envdir}
-deps = .[fixtures]
- -r{toxinidir}/test-requirements.txt
+deps = .[test,fixtures,mysql,postgresql]
commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:sqla_09]
@@ -21,11 +20,10 @@ commands =
env TEST_EVENTLET=1 bash tools/pretty_tox.sh '{posargs}'
[testenv:mysql-python]
+deps = .[mysql-c,postgresql,test,fixtures]
setenv =
{[testenv]setenv}
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://openstack_citest:openstack_citest@localhost/;postgresql://openstack_citest:openstack_citest@localhost/postgres;sqlite://
-commands = pip install MySQL-python
- python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8