Add Folsom tests to tox
Change-Id: I0cc43bc6a22e42f9bc9ad9cb9571e5391e4cd240 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
10
tox.ini
10
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py26,py27,pep8
|
||||
envlist = py26,py27,py26-folsom,py27-folsom,pep8
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/tools/test-requires
|
||||
@@ -25,3 +25,11 @@ commands = pep8 --repeat --show-source ceilometer setup.py bin/ceilometer-agent-
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:py26-folsom]
|
||||
deps = -r{toxinidir}/tools/test-requires-folsom
|
||||
-r{toxinidir}/tools/pip-requires
|
||||
|
||||
[testenv:py27-folsom]
|
||||
deps = -r{toxinidir}/tools/test-requires-folsom
|
||||
-r{toxinidir}/tools/pip-requires
|
||||
|
||||
Reference in New Issue
Block a user