From ea4df976b4fe762ab997e0fd25f738ea611f6e9f Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 18 Sep 2019 21:55:35 +0200 Subject: [PATCH] Use make command to run tests (for real now) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d34e4c..5dff351 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ python: install: - pip install -e . -script: pytest -v +script: make test