PlatformIO doesn't run under python 3 yet. -_-
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabian Schlenz 2019-06-06 06:34:04 +02:00
parent 38f3ce5a72
commit c016a9fa1b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: Full
image: python:3
image: python:2.7
commands:
- pip install -U platformio
- cp include/config.sample.h include/config.h