Fix tox python version for Folsom
I just realized that tox is using default Python version for these tests because it doesn't recognize the names by default. Change-Id: Idc41847cc5ff881ff0ec78866ac7736f09021727 Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
85d086def3
commit
c67a5efe97
2
tox.ini
2
tox.ini
@ -40,10 +40,12 @@ deps = -r{toxinidir}/tools/test-requires
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:py26-folsom]
|
||||
basepython = python2.6
|
||||
deps = -r{toxinidir}/tools/test-requires-folsom
|
||||
-r{toxinidir}/tools/pip-requires
|
||||
|
||||
[testenv:py27-folsom]
|
||||
basepython = python2.7
|
||||
deps = -r{toxinidir}/tools/test-requires-folsom
|
||||
-r{toxinidir}/tools/pip-requires
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user