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}