🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:07:38 +02:00
parent 3a958f43ce
commit d72d8abafa
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 3 additions and 2 deletions

View File

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