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