summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2015-02-17 18:23:15 -0500
committerDoug Hellmann <doug@doughellmann.com>2015-02-17 18:25:58 -0500
commitb475cd53daa44d2d0387fe2f891c06ccc76135c8 (patch)
tree153704b60534dee2b72e7345af2a1d6841fde653 /tox.ini
parent4b198cc8897bb1a5c1e05e33b9adf669de8ad71e (diff)
downloadoslo-policy-b475cd53daa44d2d0387fe2f891c06ccc76135c8.tar.gz
Update comments about tox configuration
Explain the real reason for not using skipdist and develop in this library, which does not have the namespace package. Change-Id: Iaa91ab87ccacae8c26efc473e17b378eec50c31a
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 6490bc1..2c115ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,13 @@
[tox]
minversion = 1.6
envlist = py34,py26,py27,pep8
-# NOTE(dhellmann): We cannot set skipdist=True
-# for oslo libraries because of the namespace package.
+# NOTE(dhellmann): We do not set skipdist=True for oslo libraries
+# because we want to ensure packages always build.
#skipsdist = True
[testenv]
-# NOTE(dhellmann): We cannot set usedevelop=True
-# for oslo libraries because of the namespace package.
+# NOTE(dhellmann): We do not set usedevelop=True
+# for oslo libraries because we have skipdist=False.
#usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =