Proper python image tag

This commit is contained in:
Jens True 2019-03-29 16:57:15 +01:00
parent 21d23328f5
commit 7acdd70a0a

@ -3,7 +3,7 @@ name: default
steps: steps:
- name: build - name: build
image: python2 image: python:2
commands: commands:
- apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio - apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio
- pio run - pio run