From 78c4573cd284349e911285a2966846fda035c09e Mon Sep 17 00:00:00 2001 From: Paal de Vibe Date: Mon, 9 Sep 2019 20:44:35 +0200 Subject: [PATCH 1/2] Use makefile for pytest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 0668023243d1c7c0be9eda66a78c6b77146cc352 Mon Sep 17 00:00:00 2001 From: Paal de Vibe Date: Mon, 9 Sep 2019 20:45:32 +0200 Subject: [PATCH 2/2] Use make test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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