From d2cd7f344502160d60d2aa0ca4f981ca3f547116 Mon Sep 17 00:00:00 2001 From: Jens True Date: Thu, 11 Jul 2019 08:50:42 +0200 Subject: [PATCH] Update from python2.7 to python3 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b669f1d..90c0ff0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,12 @@ name: default steps: - name: build - image: python:2 + image: python:3 commands: - pip install platformio - pio run - name: upload - image: python:2 + image: python:3 commands: - make otaupload - name: release @@ -20,4 +20,4 @@ steps: - .pioenvs/nodemcu/firmware.bin - .pioenvs/nodemcu/firmware.elf when: - event: tag \ No newline at end of file + event: tag