Update .travis.yml

This commit is contained in:
Sean Whalen
2018-11-26 11:10:32 -05:00
parent 9945c3f384
commit f0ef25bcd7

View File

@@ -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"