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:
- 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