From b65ab442c9d808ea78e7ff01c85865c980881c3f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 14 Jan 2021 21:12:15 +0000 Subject: Allow bypassing of virtualenv --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e3002c5..f361c64 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,9 @@ test_R: test_python: $(MAKE) -C $(PYTHON_DIR) test +test_python_direct: + $(MAKE) -C $(PYTHON_DIR) test_direct + ############ # Clean up # ############ -- cgit v1.2.3