From c016a9fa1bc76a712de5f39c44c61cf07153e823 Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Thu, 6 Jun 2019 06:34:04 +0200 Subject: [PATCH] PlatformIO doesn't run under python 3 yet. -_- --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bb27497..5ca11b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ name: default steps: - name: Full - image: python:3 + image: python:2.7 commands: - pip install -U platformio - cp include/config.sample.h include/config.h