Remove py26 tox targets
Support for python 2.6 was dropped in commit 8266c8dec0c660309cb440878dd3f027471d9923 but the tox targets were missed, so they are removed here. Change-Id: I2271717ce4a35183d2b773063564cbaf774fdfb0
This commit is contained in:
parent
421e860222
commit
078ffc62da
23
tox.ini
23
tox.ini
@ -13,34 +13,11 @@ deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands = bash tools/pretty_tox.sh '{posargs}'
|
||||
|
||||
[testenv:py26]
|
||||
deps = sqlalchemy>=0.9
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/test-requirements-py2.txt
|
||||
|
||||
[testenv:py27]
|
||||
deps = sqlalchemy>=0.9
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/test-requirements-py2.txt
|
||||
|
||||
[testenv:py26sa07]
|
||||
basepython = python2.6
|
||||
deps = sqlalchemy>=0.7,<=0.7.99
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/test-requirements-py2.txt
|
||||
|
||||
[testenv:py26sa08]
|
||||
basepython = python2.6
|
||||
deps = sqlalchemy>=0.8,<=0.8.99
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/test-requirements-py2.txt
|
||||
|
||||
[testenv:py26sa09]
|
||||
basepython = python2.6
|
||||
deps = sqlalchemy>=0.9,<=0.9.99
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/test-requirements-py2.txt
|
||||
|
||||
[testenv:py27sa07]
|
||||
basepython = python2.7
|
||||
deps = sqlalchemy>=0.7,<=0.7.99
|
||||
|
Loading…
x
Reference in New Issue
Block a user