From af27db6cc0813a0dd574fca65f2dca516f85b4bf Mon Sep 17 00:00:00 2001 From: Ratnadeep Debnath Date: Wed, 31 Aug 2016 19:43:24 +0530 Subject: [PATCH] Use travis CI to run tests from tests/units dir. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c206fac..bd4f223f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: test: pip install -qr requirements.txt pip install -qr test-requirements.txt - $(PYTHON) -m pytest tests/ -vv --cov atomicapp + $(PYTHON) -m pytest tests/units/ -vv --cov atomicapp .PHONY: image image: