🎉 v2.0 release!!!

This commit is contained in:
k4m4 2018-02-05 23:28:53 +02:00
parent b037237de0
commit a9d9c104aa
No known key found for this signature in database
GPG Key ID: C747F75367032D1E
2 changed files with 5 additions and 1 deletions

1
.coverage Normal file

File diff suppressed because one or more lines are too long

View File

@ -6,9 +6,12 @@ python:
- "3.6"
install:
- pip3 install codecov
- pip3 install -r requirements.txt
script:
- sudo python3 -c "import kickthemout"
- sudo coverage run kickthemout.py
after_success:
- codecov
branches:
only: