aboutsummaryrefslogtreecommitdiff
path: root/testsetup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsetup.sh')
-rw-r--r--testsetup.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsetup.sh b/testsetup.sh
new file mode 100644
index 0000000..abe19dc
--- /dev/null
+++ b/testsetup.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+[ ! -f venv/bin/activate ] && python -m virtualenv venv
+source venv/bin/activate
+
+pip install -e .