From d72d8abafa62042d8487abb30075b883ce04cb3d Mon Sep 17 00:00:00 2001 From: k4m4 Date: Mon, 5 Feb 2018 23:07:38 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9662355..2a1ea95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python +sudo: required python: - "3.4" - "3.5" - "3.6" install: - - sudo pip3 install -r requirements.txt + - pip3 install -r requirements.txt script: - - sudo python3 -c "import kickthemout; import scan; import spoof" \ No newline at end of file + - python -c "import kickthemout; import scan; import spoof" \ No newline at end of file