🎉 v2.0 release!!!

This commit is contained in:
xdavidhu 2018-02-06 13:15:06 +01:00
parent 5275b2e904
commit 394b440396
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.6" - "3.6"
install: install:
- pip3 install -r requirements.txt - sudo pip install -r requirements.txt
script: script:
- sudo python -c "import kickthemout;" - sudo python -c "import kickthemout;"
@ -23,4 +23,4 @@ addons:
notifications: notifications:
email: email:
on_success: never on_success: never
on_failure: always on_failure: always