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:
parent
4b198cc889
commit
b475cd53da
8
tox.ini
8
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 =
|
||||
|
Loading…
Reference in New Issue
Block a user