From 24a5a963c0ba04aa7cd572fe557653580f0460bf Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 16 Dec 2017 15:43:08 +0100 Subject: [PATCH] Does not seem to run our codecoverage, removed pytest in script. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c0589ef..c86ffa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ python: install: - pip install -r requirements.txt -script: pytest - after_success: - coverage run -m pytest - coveralls