From 4fce44bfa43c917628e84b4f23f15551027ad2c9 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Thu, 4 Apr 2019 11:04:59 -0400 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7029986..b2b46bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - "make html" - "cd .." - "python tests.py" - - "codecov run tests.py" + - "coverage run tests.py" - "python setup.py install" - "parsedmarc -c ci.ini samples/aggregate/*" - "parsedmarc -c ci.ini samples/forensic/*"