🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:25:49 +02:00
parent 422868a62d
commit b037237de0
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 11 additions and 1 deletions

View File

@ -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