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
This commit is contained in:
Doug Hellmann 2015-02-17 18:23:15 -05:00
parent 4b198cc889
commit b475cd53da
1 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = py34,py26,py27,pep8 envlist = py34,py26,py27,pep8
# NOTE(dhellmann): We cannot set skipdist=True # NOTE(dhellmann): We do not set skipdist=True for oslo libraries
# for oslo libraries because of the namespace package. # because we want to ensure packages always build.
#skipsdist = True #skipsdist = True
[testenv] [testenv]
# NOTE(dhellmann): We cannot set usedevelop=True # NOTE(dhellmann): We do not set usedevelop=True
# for oslo libraries because of the namespace package. # for oslo libraries because we have skipdist=False.
#usedevelop = True #usedevelop = True
install_command = pip install -U {opts} {packages} install_command = pip install -U {opts} {packages}
setenv = setenv =