diff --git a/.travis.yml b/.travis.yml index 197f021a..aa4a3a85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: install: - python setup.py test script: -- python theHarvester -h +- python theHarvester.py -h - pytest notifications: email: false