Merge "Add full test environment."
This commit is contained in:
commit
d9ca0ace90
1
tools/test-options
Normal file
1
tools/test-options
Normal file
@ -0,0 +1 @@
|
||||
MySQL-python
|
@ -7,4 +7,3 @@ nose
|
||||
openstack.nose_plugin>=0.7
|
||||
pep8==1.2
|
||||
sphinx>=1.1.2
|
||||
MySQL-python
|
||||
|
7
tox.ini
7
tox.ini
@ -14,7 +14,6 @@ deps = -r{toxinidir}/tools/pip-requires
|
||||
commands = nosetests {posargs}
|
||||
|
||||
[tox:jenkins]
|
||||
sitepackages = True
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:pep8]
|
||||
@ -26,3 +25,9 @@ setenv = NOSE_WITH_COVERAGE=1
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:full]
|
||||
sitepackages = True
|
||||
deps = -r{toxinidir}/tools/pip-requires
|
||||
-r{toxinidir}/tools/test-requires
|
||||
-r{toxinidir}/tools/test-options
|
||||
|
Loading…
x
Reference in New Issue
Block a user