From f0ef25bcd7cf8027b860dea4065aa8143cc05e86 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 26 Nov 2018 11:10:32 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a849c7f..083ca5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ script: - "cd .." - "python tests.py" - "python setup.py install" - - "parsedmarc --save-aggregate samples/aggregate/*" - - "parsedmarc --save-forensic samples/forensic/*" + - "parsedmarc --debug --save-aggregate samples/aggregate/*" + - "parsedmarc --debug --save-forensic samples/forensic/*" - "python setup.py sdist" - "python setup.py bdist_wheel"