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:
- name: build
image: python2
image: python:2
commands:
- apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio
- pio run