Merge "Stop testing python 2 in tox."
This commit is contained in:
commit
6d33c42b7c
7
tox.ini
7
tox.ini
@ -1,7 +1,7 @@
|
||||
[tox]
|
||||
minversion = 3.1.0
|
||||
skipsdist = True
|
||||
envlist = validate,py27,py37,pep8,pip-install
|
||||
envlist = validate,py37,pep8,pip-install
|
||||
ignore_basepython_conflict=true
|
||||
|
||||
[testenv]
|
||||
@ -13,11 +13,6 @@ deps = -c{toxinidir}/upper-constraints.txt
|
||||
commands =
|
||||
stestr run {posargs}
|
||||
|
||||
[testenv:py27-check-uc]
|
||||
basepython = python2.7
|
||||
deps = -r{toxinidir}/upper-constraints.txt
|
||||
commands = check-conflicts {toxinidir}/upper-constraints.txt {toxinidir}/upper-constraints-xfails.txt
|
||||
|
||||
[testenv:py36-check-uc]
|
||||
basepython = python3.6
|
||||
deps = -r{toxinidir}/upper-constraints.txt
|
||||
|
Loading…
Reference in New Issue
Block a user