forked from platformio/platformio-core
Add MinGW to the PATH
This commit is contained in:
@ -6,7 +6,7 @@ environment:
|
||||
|
||||
install:
|
||||
- cmd: git submodule update --init --recursive
|
||||
- cmd: SET PATH=%PATH%;C:\Python27\Scripts
|
||||
- cmd: SET PATH=%PATH%;C:\Python27\Scripts;C:\MinGW\bin
|
||||
- cmd: pip install tox
|
||||
|
||||
test_script:
|
||||
|
Reference in New Issue
Block a user