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