diff --git a/Makefile b/Makefile deleted file mode 100644 index 6f5917e..0000000 --- a/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -test: - test.sh - -conda-build: - conda env create -f environment.yml - -oasis-install: - pip install git+https://github.com/j-friedrich/OASIS.git \ No newline at end of file diff --git a/test.sh b/test.sh deleted file mode 100755 index 7fb7049..0000000 --- a/test.sh +++ /dev/null @@ -1 +0,0 @@ -py.test --cov=neuroglia --cov-report html --cov-report term \ No newline at end of file