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
3a958f43ce
commit
d72d8abafa
@ -1,9 +1,10 @@
|
||||
language: python
|
||||
sudo: required
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
install:
|
||||
- sudo pip3 install -r requirements.txt
|
||||
- pip3 install -r requirements.txt
|
||||
script:
|
||||
- sudo python3 -c "import kickthemout; import scan; import spoof"
|
||||
- python -c "import kickthemout; import scan; import spoof"
|
Loading…
Reference in New Issue
Block a user