summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2016-12-21 09:44:03 +1100
committergordon chung <gord@live.ca>2017-01-17 01:39:24 +0000
commit60d215d810a5fe15b924b132d9271d4e7e7d9086 (patch)
tree828b5e2378871f73ea279502b002c3977c847836
parentbe2fdfd66eb1a4dca5862cf569cf564d0f871e7b (diff)
downloadceilometermiddleware-60d215d810a5fe15b924b132d9271d4e7e7d9086.tar.gz
[doc] Note lack of constraints is a choice
Change-Id: I35a061d45eff4dcc1d573073c0261037a66a0a51
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8917542..7a93eaa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
+# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}