mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-03 03:48:07 +02:00
🎉 v2.0 release!!!
This commit is contained in:
parent
b037237de0
commit
a9d9c104aa
2 changed files with 5 additions and 1 deletions
1
.coverage
Normal file
1
.coverage
Normal file
File diff suppressed because one or more lines are too long
|
@ -6,9 +6,12 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip3 install codecov
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- sudo python3 -c "import kickthemout"
|
- sudo coverage run kickthemout.py
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue