Add MinGW to PATH env for AppVeyor

This commit is contained in:
Ivan Kravets
2015-08-17 11:55:42 +03:00
parent bd03d75f14
commit 731467d4e9

View File

@ -9,12 +9,18 @@ environment:
PYTHON_HOME: "C:\\Python27-x64"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "64"
init:
- "ECHO %TOXENV%"
- ps: "ls C:\\Python*"
install:
- "git submodule update --init --recursive"
- "powershell scripts\\appveyor\\install.ps1"
before_test:
- cmd: SET PATH=%PATH%;C:\MinGW\bin
test_script:
- "%PYTHON_HOME%\\Scripts\\tox --version"
- "%PYTHON_HOME%\\Scripts\\pip --version"