diff options
author | Monty Taylor <mordred@inaugust.com> | 2013-09-19 07:36:45 -0700 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-09-19 07:38:06 -0700 |
commit | 6a71811cd733224c7dfb0ed7c5c8f155cfe58976 (patch) | |
tree | 632fc5163311273ba8340798984a558e0875c71f /tox.ini | |
parent | f296853bedb92c3faded41790a05c203f41e9732 (diff) | |
download | oslosphinx-6a71811cd733224c7dfb0ed7c5c8f155cfe58976.tar.gz |
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
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |