From fcc4732d1a02ba9de4d85aa7ec00081990f6a4f7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 4 Jan 2019 18:14:00 -0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e48a975..490c11b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" script: - "python setup.py test" + - "py.test tests/ -v --cov pycmx --cov-report term-missing" install: - "pip install setuptools" before_install: