diff --git a/.travis.yml b/.travis.yml index 468cdaf..b4e8348 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ install: - pip install -r requirements_dev.txt - pip install -e . script: - - pytest \ No newline at end of file + - make test \ No newline at end of file diff --git a/Makefile b/Makefile index e5252ae..4c19977 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ TAG = latest SRC_DIR = $(shell pwd) DIST_DIR = $(SRC_DIR)/dist -BIRGITTA_TESTS = $(SRC_DIR)/ngadss +BIRGITTA_TESTS = $(SRC_DIR)/tests package: clean python setup.py sdist bdist_wheel