mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
🎉 v2.0 release!!!
This commit is contained in:
parent
b037237de0
commit
a9d9c104aa
@ -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…
Reference in New Issue
Block a user