From ab97a43a5e05d33f63835243fbd2d85b0db3b11c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Sep 2016 17:47:27 +0200 Subject: [PATCH] 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 --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 46019e2378..3d30c36285 100644 --- a/tox.ini +++ b/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}