mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-12 16:18:55 +01:00
9 lines
151 B
YAML
9 lines
151 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.5"
|
|
- "3.6"
|
|
install:
|
|
- pip3 install -r requirements.txt
|
|
script:
|
|
- sudo python3 kickthemout.py" |