Skip to content

Commit

Permalink
Added C:\MinGW\bin to path
Browse files Browse the repository at this point in the history
  • Loading branch information
timcera committed Dec 23, 2015
1 parent b8bb9f0 commit 47ea020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ environment:
- PYTHON: "C:\\Miniconda35-x64"

install:
- set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH%
- set PATH=%PYTHON%;%PYTHON%\Scripts;C:\MinGW\bin%PATH%
# We need wheel installed to build wheels
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install setuptools numpy scipy matplotlib nose dateutil pandas wheel
- conda install -q setuptools numpy scipy matplotlib nose dateutil pandas wheel
- pip install mando tstoolbox baker

build: off
Expand Down

0 comments on commit 47ea020

Please sign in to comment.