summary refs log tree commit diff stats
path: root/setup_testenv.bash
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-11-10 20:34:54 -0300
committerSoniEx2 <endermoneymod@gmail.com>2020-01-22 19:46:23 -0300
commit39df4a049ce23e9fd50e6e390d84c2f63564fcf5 (patch)
treece213f201e6bd70965531eda4346883259d987ba /setup_testenv.bash
parent0f74bd87a23b515b45da7e6f5d9cc82380443dab (diff)
Add some tests
Diffstat (limited to 'setup_testenv.bash')
-rw-r--r--setup_testenv.bash4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup_testenv.bash b/setup_testenv.bash
new file mode 100644
index 0000000..baf9414
--- /dev/null
+++ b/setup_testenv.bash
@@ -0,0 +1,4 @@
+python -m venv vtestenv &&
+. vtestenv/bin/activate &&
+pip install -r requirements.txt &&
+pip install -r requirements_test.txt