Proper python image tag
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user