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