mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-24 22:14:24 +01:00
🎉 v2.0 release!!!
This commit is contained in:
parent
57364abe9e
commit
c969a915a4
@ -1,16 +1,14 @@
|
|||||||
language: python
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install scapy
|
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- sudo python3 kickthemout.py
|
- sudo python -m "import kickthemout;"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
Reference in New Issue
Block a user