Add MinGW to the PATH

This commit is contained in:
Ivan Kravets
2016-05-30 13:15:19 +03:00
parent ab15bafc5b
commit a1e7ce415b

View File

@ -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: