summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 12:13:34 -0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-12-05 13:07:17 -0800
commitd12a3a3d882dd30c9b501884fe92c037764b9e04 (patch)
treeda074fb29a74dcf12b78dc36f9f73dd4a0b1694f /tox.ini
parentaf983e483333615d6528df2489975c866c3f3e54 (diff)
Use frozen requirements
Change-Id: I3de2e7d3fc2e88d0556b35c34830d7eab522d404 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e5fe6e4e..2663e2ef 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ skipsdist = True
[testenv]
usedevelop = True
-install_command = pip install -U {opts} {packages}
+install_command = pip install {opts} {packages}
deps =
-rrequirements.txt
-rrequirements-test.txt