🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:40:32 +02:00
parent 694be42bdc
commit d2e542357f
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
1 changed files with 1 additions and 6 deletions

View File

@ -5,16 +5,11 @@ python:
- "3.5"
- "3.6"
dist: trusty
env:
- COVERAGE_FILE=/tmp/.coverage
install:
- pip3 install coveralls
- pip3 install -r requirements.txt
script:
- sudo -H coverage run kickthemout.py
after_success:
- coveralls
- sudo python3 kickthemout.py
branches:
only: