mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-12 16:18:55 +01:00
29 lines
417 B
YAML
29 lines
417 B
YAML
sudo: required
|
|
dist: trusty
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
|
|
install:
|
|
- sudo -H python3 -m pip install -r requirements.txt
|
|
script:
|
|
- sudo -H python3 -c "import kickthemout; import scan; import spoof;"
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- python3
|
|
- python3-pip
|
|
- nmap
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always
|