From c72b624966f08705d064bc252765cba17b7ea122 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Sep 2016 07:27:37 +0200 Subject: [PATCH] Fix tox setup Use proper combination of tox settings so that we install our sources and not install the latest release of openstackdocstheme from pip since it's a dependency of os-api-ref. This works around a regression in tox/virtualenv/setuptools. Co-Authored-By: Jeremy Stanley Change-Id: I6b3bf39d517a757cfc7240c770f4da67cccc0a3e --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 19c184a..3261594 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,9 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = pep8 [testenv] -usedevelop = True +usedevelop = False install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/test-requirements.txt setenv = VIRTUAL_ENV={envdir}