From b20ee186571d9c15dc54c740542a873ca75a7449 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Fri, 19 Apr 2019 16:49:40 +0100 Subject: [PATCH] Tavis update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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