Update from python2.7 to python3

This commit is contained in:
Jens True 2019-07-11 08:50:42 +02:00
parent b0f6691a7d
commit d2cd7f3445

@ -3,12 +3,12 @@ name: default
steps: steps:
- name: build - name: build
image: python:2 image: python:3
commands: commands:
- pip install platformio - pip install platformio
- pio run - pio run
- name: upload - name: upload
image: python:2 image: python:3
commands: commands:
- make otaupload - make otaupload
- name: release - name: release