From 56e776a5780f124804e3b1153d19821171993078 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 6 Dec 2019 01:31:22 -0500 Subject: [PATCH] Update .travis.yml test running --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4665c33..8dddf1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ python: sudo: false install: - pip install coveralls - - python setup.py build + - python setup.py develop script: - - coverage run --source=mwparserfromhell setup.py -q test + - coverage run --source=mwparserfromhell -m unittest discover after_success: - coveralls env: