diff --git a/.travis.yml b/.travis.yml index 2a1ea95..f46364d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ python: install: - pip3 install -r requirements.txt script: - - python -c "import kickthemout; import scan; import spoof" \ No newline at end of file + - sudo python -c "import kickthemout; import scan; import spoof" \ No newline at end of file