From d18eddaa16d190d8fd47178b8c007573ef16c0cc Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Mon, 13 Aug 2018 20:28:09 -0700 Subject: [PATCH] Use makefile to run tests on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29b1d4c..9185f1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,7 +190,7 @@ install: - ${PIP} install -r requirements.txt script: - - python setup.py test + - make test after_success: - python -m codecov