We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1293279 commit 32f0b31Copy full SHA for 32f0b31
appveyor.yml
@@ -10,8 +10,8 @@ environment:
10
11
install:
12
- cmd: git submodule update --init --recursive
13
-- cmd: SET PATH=%PATH%;C:\Python27\Scripts
14
-- cmd: pip install -U https://github.com/platformio/platformio/archive/develop.zip
+- cmd: SET PATH=%PATH%;C:\Python36\Scripts
+- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
15
- cmd: platformio platform install file://.
16
17
test_script:
0 commit comments