summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTony Breeds <tony@bakeyournoodle.com>2016-12-21 13:50:57 +1100
committerTony Breeds <tony@bakeyournoodle.com>2016-12-22 09:49:10 +1100
commit3a36a640cd31552f34db010d2c8a272135c32d2d (patch)
tree739266400e72e83d294cbb3b21b9d4cad7d86fe8 /tox.ini
parentfe06e86247c34f38eb43fd7e29bbbcb8d633d4cb (diff)
downloadtooz-3a36a640cd31552f34db010d2c8a272135c32d2d.tar.gz
[doc] Note lack of constraints is a choice
Change-Id: Id8cdb746ea1eaf66835a9b9cfbb6b11792a5f49d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3564140..1be8dfb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,7 @@ deps = .[test,zake,ipc,memcached,mysql,etcd]
mysql: .[mysql]
etcd: .[etcd]
consul: .[consul]
+# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
commands = {toxinidir}/tools/pretty_tox.sh "{posargs}"
[testenv:venv]