summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2013-11-14 21:00:54 -0600
committerBrant Knudson <bknudson@us.ibm.com>2013-11-14 21:12:42 -0600
commite2b063bdc6acef2b0d359a56ed4ee66b06771fb7 (patch)
tree1e0f745e81a0b374197a13f24bfd74d678a8bc92 /tox.ini
parentdca1d4259d44a0d282396a18c895de834580fe66 (diff)
downloadpython-keystoneclient-e2b063bdc6acef2b0d359a56ed4ee66b06771fb7.tar.gz
Update tox.ini to usedevelop
The 0.8 hacking tests were failing because it fails to open the sample files during import. Setting usedevelop=True in the tox.ini makes the tests run in the right directory. Change-Id: I7b8f531f669e38e1b009a50d2ed9e9c98cf82e53
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c41c8b8..92f929c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,10 @@
[tox]
+minversion = 1.6
+skipsdist = True
envlist = py26,py27,py33,pep8
[testenv]
+usedevelop = True
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en