Add a copy of the check-with-upper-constraints as a shorter name
Due to the rename of the job adding the -ubuntu-xenial suffix, we have exceeded the path limit and can no longer run inside the tox environment. shortening to a shorter check name (and renaming the job) should fix this. Change-Id: I0927ae81148d15256bd4dfe2a5e48b1819bbe2af
This commit is contained in:
parent
5b19837b25
commit
ab97a43a5e
4
tox.ini
4
tox.ini
@ -16,6 +16,10 @@ commands =
|
||||
deps = -r{toxinidir}/upper-constraints.txt
|
||||
commands = check-conflicts {toxinidir}/upper-constraints.txt
|
||||
|
||||
[testenv:py27-check-uc]
|
||||
deps = -r{toxinidir}/upper-constraints.txt
|
||||
commands = check-conflicts {toxinidir}/upper-constraints.txt
|
||||
|
||||
[testenv:venv]
|
||||
commands = {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user