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"