From 735d7eebcf132c1146da14989ed70fda2f01c06f Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 18 Feb 2017 17:02:33 +0100 Subject: Add script for installing python dependencies for unit tests Signed-off-by: Szczepan Zalega --- unittest/setup_python_dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 unittest/setup_python_dependencies.sh (limited to 'unittest/setup_python_dependencies.sh') diff --git a/unittest/setup_python_dependencies.sh b/unittest/setup_python_dependencies.sh new file mode 100644 index 0000000..0f1a0f7 --- /dev/null +++ b/unittest/setup_python_dependencies.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pip install -r requirements.txt --user -- cgit v1.2.1