diff --git a/.travis.yml b/.travis.yml index 24f4d42..e266afa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,17 @@ python: install: - pip3 install -r requirements.txt script: - - sudo python -m "import kickthemout;" + - sudo python -c "import kickthemout;" branches: only: - master +addons: + apt: + packages: + - nmap + notifications: email: on_success: never