aboutsummaryrefslogtreecommitdiff
path: root/unittest
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2017-02-18 17:02:33 +0100
committerSzczepan Zalega <szczepan@nitrokey.com>2017-03-11 15:41:48 +0100
commit735d7eebcf132c1146da14989ed70fda2f01c06f (patch)
tree0caa77bdde4b873442d56f52ea26344c686b6d3d /unittest
parent0fb8c08704a338bb9f1b7d3ead4b488bf65cf51e (diff)
downloadlibnitrokey-735d7eebcf132c1146da14989ed70fda2f01c06f.tar.gz
libnitrokey-735d7eebcf132c1146da14989ed70fda2f01c06f.tar.bz2
Add script for installing python dependencies for unit tests
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'unittest')
-rw-r--r--unittest/setup_python_dependencies.sh3
1 files changed, 3 insertions, 0 deletions
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