Skip to content

Commit

Permalink
Path problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Apr 5, 2016
1 parent 3a621ab commit f0a7527
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ environment:
CONDA_PY: "35"
CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\msvc2015_64"
QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe"
QINSTALLER: "qt-opensource-windows-x86-msvc2015_64-5.6.0-beta.exe"
platform: x64

- PYTHON: "C:\\Python35_32"
Expand All @@ -22,8 +20,6 @@ environment:
CONDA_PY: "35"
CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.6\\msvc2015"
QDOWNLOAD: "http://download.qt.io/development_releases/qt/5.6/5.6.0-beta/qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe"
QINSTALLER: "qt-opensource-windows-x86-msvc2015-5.6.0-beta.exe"
platform: x86

install:
Expand All @@ -34,10 +30,9 @@ install:
- dir /b /s /ad c:\Qt\5.6
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
# Add qt to path
- "set PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"

- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%QTDIR\\lib;%PATH%"
- "SET PATH=%QTDIR%\\bin;%QTDIR%\\lib;%PATH%"
- "SET QT_PLUGIN_PATH=%QTDIR%\\plugins"
- echo %PATH%
- choco install -y vcredist2015
- "%CMD_IN_ENV% conda config --set always_yes yes --set changeps1 no"
- "%CMD_IN_ENV% conda config --add channels inso/channel/sakia"
Expand Down

0 comments on commit f0a7527

Please sign in to comment.