mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-21 20:44:25 +01:00
🎉 v2.0 release!!!
This commit is contained in:
parent
422868a62d
commit
b037237de0
12
.travis.yml
12
.travis.yml
@ -4,7 +4,17 @@ python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
script:
|
||||
- sudo python -c "import kickthemout; import scan; import spoof"
|
||||
- sudo python3 -c "import kickthemout"
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
Loading…
Reference in New Issue
Block a user