summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-12-16 09:02:09 +0000
committerGerrit Code Review <review@openstack.org>2013-12-16 09:02:09 +0000
commit3580bd90d09568ffb2ffeb56f6160684171001e0 (patch)
tree8590de98ae4bf81637519c1176bce5679b3ec535
parent0ae2b58f2dcb7eda076ddfc22b67d721d274e2bb (diff)
parentec795cfdfa84d306b242f1b930ab52d3b2b2a8a9 (diff)
downloadpython-swiftclient-3580bd90d09568ffb2ffeb56f6160684171001e0.tar.gz
Merge "Updates tox.ini to use new features"
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 58631d3..b183760 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,10 @@
[tox]
envlist = py26,py27,py33,pypy,pep8
+minversion = 1.6
+skipsdist = True
[testenv]
+usedevelop = True
install_command = pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8