Merge "Put db requirements to extra requirements"

This commit is contained in:
Jenkins
2017-07-19 01:02:54 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 0 deletions

View File

@@ -39,6 +39,12 @@ oslo.config.opts =
setup-hooks =
pbr.hooks.setup_hook
[extras]
mysql =
PyMySQL>=0.7.6 # MIT
postgres =
psycopg2>=2.5 # LGPL/ZPL
[build_sphinx]
all_files = 1
build-dir = doc/build

View File

@@ -4,6 +4,7 @@ skipsdist = True
envlist = py35,py34,py27,pep8
[testenv]
extras = {env:RALLY_EXTRAS:}
setenv = VIRTUAL_ENV={envdir}
HOME={homedir}
LANG=en_US.UTF-8