Merge "Move from py35 to py37 for gating py3 jobs"
This commit is contained in:
10
tox.ini
10
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist = py35,py27,pep8
|
||||
envlist = py37,py27,pep8
|
||||
minversion = 2.3.2
|
||||
skipsdist = True
|
||||
|
||||
@@ -32,7 +32,7 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
# tests file by file, add them into the list below, and never go back.
|
||||
# This list also serves as a shared task board for those helping with py3.
|
||||
# But mind that reviews expanding this list may be outstanding in Gerrit.
|
||||
[testenv:py35]
|
||||
[testenv:py37]
|
||||
commands =
|
||||
find . ( -type f -o -type l ) -name "*.py[c|o]" -delete
|
||||
find . -type d -name "__pycache__" -delete
|
||||
@@ -100,10 +100,10 @@ commands =
|
||||
test/unit/proxy/controllers/test_obj.py}
|
||||
|
||||
[testenv:py36]
|
||||
commands = {[testenv:py35]commands}
|
||||
commands = {[testenv:py37]commands}
|
||||
|
||||
[testenv:py37]
|
||||
commands = {[testenv:py35]commands}
|
||||
[testenv:py35]
|
||||
commands = {[testenv:py37]commands}
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python2.7
|
||||
|
||||
Reference in New Issue
Block a user