mirror of
https://github.com/kou029w/k2ping.git
synced 2025-01-18 08:05:01 +00:00
14 lines
172 B
YAML
14 lines
172 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
|
|
sudo: false
|
|
cache:
|
|
directories:
|
|
- "~/.platformio"
|
|
|
|
install:
|
|
- pip install -U platformio
|
|
|
|
script:
|
|
- platformio run
|