From 3a958f43ce78f0b91150721b086d86a7c7828f3d Mon Sep 17 00:00:00 2001 From: k4m4 Date: Mon, 5 Feb 2018 23:04:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20v2.0=20release!!!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a93062..9662355 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ python: - "3.5" - "3.6" install: - - pip3 install -r requirements.txt + - sudo pip3 install -r requirements.txt script: - - sudo python3 kickthemout.py \ No newline at end of file + - sudo python3 -c "import kickthemout; import scan; import spoof" \ No newline at end of file