diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 12:13:34 -0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-12-05 13:07:17 -0800 |
commit | d12a3a3d882dd30c9b501884fe92c037764b9e04 (patch) | |
tree | da074fb29a74dcf12b78dc36f9f73dd4a0b1694f /tox.ini | |
parent | af983e483333615d6528df2489975c866c3f3e54 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |