summaryrefslogtreecommitdiffstats
path: root/biomedisa/tests/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'biomedisa/tests/test.sh')
-rwxr-xr-xbiomedisa/tests/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/biomedisa/tests/test.sh b/biomedisa/tests/test.sh
new file mode 100755
index 0000000..cf16ce1
--- /dev/null
+++ b/biomedisa/tests/test.sh
@@ -0,0 +1,4 @@
+#! /bin/bash
+
+python -c 'import tensorflow; print(tensorflow.__version__)'
+python -c 'import keras; print(keras.__version__)'