mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-25 06:24:25 +01:00
🎉 v2.0 release!!!
This commit is contained in:
parent
3a958f43ce
commit
d72d8abafa
@ -1,9 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
|
sudo: required
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- sudo pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
script:
|
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