From 6a71811cd733224c7dfb0ed7c5c8f155cfe58976 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 19 Sep 2013 07:36:45 -0700 Subject: Update build config Use latest pbr things that don't require pbr. Also update the tox config to ensure venv is updated properly. Change-Id: I157127abd129bbe085c64e2a14f67296da0c4b5e --- tox.ini | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 585ccd4..273252f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,11 @@ [tox] +minversion = 1.6 +skipsdist = True envlist = pep8 [testenv] +usedevelop = True +install_command = pip install {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt setenv = VIRTUAL_ENV={envdir} @@ -9,11 +13,6 @@ sitepackages = False downloadcache = {toxworkdir}/_download [testenv:pep8] -# Install bounded pep8/pyflakes first, then let flake8 install -deps = pep8==1.4.5 - pyflakes==0.7.2 - flake8==2.0 - hacking>=0.5.6,<0.7 commands = flake8 oslo -- cgit v1.2.1