summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-21 20:03:19 -0400
committerMonty Taylor <mordred@inaugust.com>2013-09-21 20:03:39 -0400
commit9f04dba0ecc07a33dc4b256bec4f860c30b2b500 (patch)
tree50aae3c73981108dec9770dcd02bcb845372055a /tox.ini
parent2f0b291bb9573e5cf61f3dd697a340f7995e47a5 (diff)
downloadpbr-9f04dba0ecc07a33dc4b256bec4f860c30b2b500.tar.gz
Update tox config to use latest upgrades
Change-Id: I3b9e627eecc5b805db3fed2ae9571ccfc3dbd6fc
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index dab558e..4d21ff1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,11 @@
[tox]
+minversion = 1.6
+skipsdist = True
envlist = py26,py27,py33,pypy,pep8
[testenv]
+usedevelop = True
+install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en