Stop using distribute for Python 3 tests.
Change-Id: Ief2256281ea701a5fd765955aac96521773d1484
This commit is contained in:
12
tox.ini
12
tox.ini
@@ -56,8 +56,6 @@ basepython = python3.2
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
@@ -68,8 +66,6 @@ basepython = python3.2
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123 rest-api
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
@@ -80,8 +76,6 @@ basepython = python3.3
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
@@ -92,8 +86,6 @@ basepython = python3.3
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123 rest-api
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
@@ -104,8 +96,6 @@ basepython = python3.4
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
@@ -116,8 +106,6 @@ basepython = python3.4
|
||||
deps = {[testenv:scaffolds-base]deps}
|
||||
changedir={[testenv:scaffolds-26]changedir}
|
||||
commands=pecan create testing123 rest-api
|
||||
curl "http://python-distribute.org/distribute_setup.py" -O
|
||||
{envpython} distribute_setup.py
|
||||
{envpython} testing123/setup.py install
|
||||
{envpython} testing123/setup.py test -q
|
||||
pep8 --repeat --show-source testing123/setup.py testing123/testing123
|
||||
|
||||
Reference in New Issue
Block a user