Skip to content

Commit

Permalink
Got rid of the standard MinGW path in case it interferred with mingwpy
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Dec 23, 2015
1 parent 417bec5 commit e2ae523
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions appveyor.yml
Expand Up @@ -6,16 +6,14 @@ environment:
# http://www.appveyor.com/docs/installed-software#python

- PYTHON: "C:\\Miniconda"
bits: "32"
arch: "x86"
# - PYTHON: "C:\\Miniconda-x64"
# DISTUTILS_USE_SDK: "1"
# - PYTHON: "C:\\Miniconda3"
# - PYTHON: "C:\\Miniconda3-x64"
# DISTUTILS_USE_SDK: "1"
# - PYTHON: "C:\\Miniconda35"
# - PYTHON: "C:\\Miniconda35-x64"
# DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Miniconda-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Miniconda3"
- PYTHON: "C:\\Miniconda3-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Miniconda35"
- PYTHON: "C:\\Miniconda35-x64"
DISTUTILS_USE_SDK: "1"

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
Expand Down

0 comments on commit e2ae523

Please sign in to comment.