🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:55:34 +02:00
parent 57364abe9e
commit c969a915a4
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 2 additions and 4 deletions

View File

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