More python2.5 workaround
This commit is contained in:
parent
32534774c5
commit
63e6e3ebe1
15
tox-tmpl.ini
15
tox-tmpl.ini
@ -7,6 +7,11 @@ testtools=
|
|||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
d2to1
|
d2to1
|
||||||
|
py25deps=
|
||||||
|
--insecure
|
||||||
|
six
|
||||||
|
simplegeneric
|
||||||
|
webob <= 1.1.1
|
||||||
|
|
||||||
[axes]
|
[axes]
|
||||||
python=py25,py27,py32,pypy
|
python=py25,py27,py32,pypy
|
||||||
@ -28,7 +33,7 @@ commands=
|
|||||||
|
|
||||||
[axis:python:py25]
|
[axis:python:py25]
|
||||||
deps=
|
deps=
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -96,7 +101,7 @@ downloadcache=.tox/cache
|
|||||||
[testenv:sphinxext]
|
[testenv:sphinxext]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
@ -110,7 +115,7 @@ commands=
|
|||||||
[testenv:tg11]
|
[testenv:tg11]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
webtest
|
webtest
|
||||||
@ -126,7 +131,7 @@ commands=
|
|||||||
[testenv:tg15]
|
[testenv:tg15]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
webtest
|
webtest
|
||||||
@ -142,7 +147,7 @@ commands=
|
|||||||
[testenv:tg21]
|
[testenv:tg21]
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
|
21
tox.ini
21
tox.ini
@ -6,6 +6,11 @@ testtools =
|
|||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
d2to1
|
d2to1
|
||||||
|
py25deps =
|
||||||
|
--insecure
|
||||||
|
six
|
||||||
|
simplegeneric
|
||||||
|
webob <= 1.1.1
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
setenv =
|
||||||
@ -15,6 +20,7 @@ downloadcache = .tox/cache
|
|||||||
[testenv:sphinxext]
|
[testenv:sphinxext]
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
@ -28,6 +34,7 @@ commands =
|
|||||||
[testenv:tg11]
|
[testenv:tg11]
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
webtest
|
webtest
|
||||||
@ -43,6 +50,7 @@ commands =
|
|||||||
[testenv:tg15]
|
[testenv:tg15]
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
webtest
|
webtest
|
||||||
@ -58,6 +66,7 @@ commands =
|
|||||||
[testenv:tg21]
|
[testenv:tg21]
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
|
{[common]py25deps}
|
||||||
d2to1
|
d2to1
|
||||||
nose
|
nose
|
||||||
coverage
|
coverage
|
||||||
@ -124,7 +133,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -141,7 +150,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -158,7 +167,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -175,7 +184,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -192,7 +201,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
@ -209,7 +218,7 @@ commands =
|
|||||||
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
{envbindir}/coverage report --show-missing wsme/*.py wsme/rest/*.py wsmeext/*.py
|
||||||
basepython = python2.5
|
basepython = python2.5
|
||||||
deps =
|
deps =
|
||||||
--insecure
|
{[common]py25deps}
|
||||||
{[common]testtools}
|
{[common]testtools}
|
||||||
webtest < 1.4.99
|
webtest < 1.4.99
|
||||||
zope.interface<=3.8.99
|
zope.interface<=3.8.99
|
||||||
|
Loading…
x
Reference in New Issue
Block a user