🎉 v2.0 release!!!

This commit is contained in:
xdavidhu 2018-02-06 13:25:33 +01:00
parent cee934ac52
commit 867c6cafc7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.6" - "3.6"
install: install:
- sudo pip3 install -r requirements.txt - pip3 install -r requirements.txt
script: script:
- sudo python -c "import kickthemout;" - sudo python -c "import kickthemout;"