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/*"