From c15c438c139278e64bdb5d17c75877eed1a62654 Mon Sep 17 00:00:00 2001 From: Jessica Negara Date: Fri, 15 Feb 2019 11:26:16 -0800 Subject: [PATCH] Run tests with coverage. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a64a39c..83e3db33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ install: - ./startup.sh - pip install python-coveralls script: - - python3 tests/runtests.py + - coverage run tests/runtests.py after_success: - coveralls