Skip to content

Commit 32f0b31

Browse files
committed
Use Python 3 for Appveyor CI
1 parent 1293279 commit 32f0b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ environment:
1010

1111
install:
1212
- 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
13+
- cmd: SET PATH=%PATH%;C:\Python36\Scripts
14+
- cmd: pip3 install -U https://github.com/platformio/platformio/archive/develop.zip
1515
- cmd: platformio platform install file://.
1616

1717
test_script:

0 commit comments

Comments
 (0)