🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:35:15 +02:00
parent a9d9c104aa
commit 694be42bdc
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
2 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,14 +4,17 @@ python:
- "3.4"
- "3.5"
- "3.6"
dist: trusty
env:
- COVERAGE_FILE=/tmp/.coverage
install:
- pip3 install codecov
- pip3 install coveralls
- pip3 install -r requirements.txt
script:
- sudo coverage run kickthemout.py
- sudo -H coverage run kickthemout.py
after_success:
- codecov
- coveralls
branches:
only: