From 1c9b8f1298e83c8d38942b54de28730f0ae85757 Mon Sep 17 00:00:00 2001 From: Winterflower Date: Mon, 25 Nov 2019 21:07:37 +0100 Subject: [PATCH] Adding run_build script --- run_build.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run_build.sh diff --git a/run_build.sh b/run_build.sh new file mode 100644 index 0000000..c967422 --- /dev/null +++ b/run_build.sh @@ -0,0 +1,4 @@ +# Run the Eland build + +python -m eland.tests.setup_tests +pytest \ No newline at end of file