From 30ee8640ce011f2f0c9500ed4d4dac3bf0906204 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 21 Dec 2016 09:42:06 +1100 Subject: [PATCH] [doc] Note lack of constraints is a choice Change-Id: I7af174a6b90a710ae7f6e60ab16fbb3768a2d01e --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cec1b2ca..a3d33f6a 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py34,py35,py27,pep8 [testenv] deps = .[test] +# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt install_command = pip install -U {opts} {packages} usedevelop = True setenv = VIRTUAL_ENV={envdir}