forked from platformio/platformio-core
Switch to stable PlatformIO
This commit is contained in:
@ -112,11 +112,11 @@ def install_pip():
|
|||||||
|
|
||||||
def install_platformio():
|
def install_platformio():
|
||||||
r = None
|
r = None
|
||||||
# cmd = ["pip", "install", "-U", "platformio"]
|
cmd = ["pip", "install", "-U", "platformio"]
|
||||||
cmd = [
|
# cmd = [
|
||||||
"pip", "install", "-U",
|
# "pip", "install", "-U",
|
||||||
"https://github.com/platformio/platformio-core/archive/develop.zip"
|
# "https://github.com/platformio/platformio-core/archive/develop.zip"
|
||||||
]
|
# ]
|
||||||
try:
|
try:
|
||||||
r = exec_python_cmd(cmd)
|
r = exec_python_cmd(cmd)
|
||||||
assert r['returncode'] == 0
|
assert r['returncode'] == 0
|
||||||
|
Reference in New Issue
Block a user