🎉 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.5"
- "3.6" - "3.6"
dist: trusty dist: trusty
env:
- COVERAGE_FILE=/tmp/.coverage
install: install:
- pip3 install coveralls
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
script: script:
- sudo -H coverage run kickthemout.py - sudo python3 kickthemout.py
after_success:
- coveralls
branches: branches:
only: only: