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