From 425b3c327b75900f4da46affc6be4230d319b2f2 Mon Sep 17 00:00:00 2001 From: Marcin Date: Wed, 11 Apr 2018 11:50:07 +0100 Subject: [PATCH] hide the .sh scripts --- requirements.txt | 2 -- run_tests_all.sh | 3 --- run_tests_no_validation.sh | 4 ---- 3 files changed, 9 deletions(-) delete mode 100755 run_tests_all.sh delete mode 100755 run_tests_no_validation.sh diff --git a/requirements.txt b/requirements.txt index f0ba41f..cb5777a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,3 @@ numpy scipy scikit-learn -opencv -matplotlib diff --git a/run_tests_all.sh b/run_tests_all.sh deleted file mode 100755 index a5acbed..0000000 --- a/run_tests_all.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -python -m unittest discover -v diff --git a/run_tests_no_validation.sh b/run_tests_no_validation.sh deleted file mode 100755 index 9b09d5a..0000000 --- a/run_tests_no_validation.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash - -python -m unittest tests/test1_io.py -v -python -m unittest tests/test2_molecular.py -v