From 2449b59a3ff2dc13f10ba0a54d182bad1a644730 Mon Sep 17 00:00:00 2001 From: Ivan Habunek Date: Wed, 18 Sep 2019 21:54:24 +0200 Subject: [PATCH] Use make command to run tests on CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bd3d3e1..0d34e4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ python: install: - pip install -e . -script: py.test +script: pytest -v