From 85a53611dbf0fb186763c454a15dc2eb0bbfbb86 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sat, 16 Dec 2017 15:45:53 +0100 Subject: [PATCH] Added scripts, because now nothing runs. Now we run coverage with pytest. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c86ffa1..e69d302 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ python: - 3.6 install: - pip install -r requirements.txt - -after_success: +script: - coverage run -m pytest +after_success: - coveralls