Skip to content

Commit

Permalink
[appveyor] blah01
Browse files Browse the repository at this point in the history
  • Loading branch information
renefritze committed Jan 10, 2017
1 parent d410ca4 commit 218ff26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Expand Up @@ -49,15 +49,15 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# hardcode a few installs that don't succeed otherwise
- conda install numpy pip
- conda install numpy pip m2-unzip
- pip install --only-binary --no-index --find-links https://pymor.github.io/wheels/ pyside

- if [%PYTHON_VERSION%]==["3.4"] ( conda remove numpy && pip install numpy )
- if [%PYTHON_VERSION%]==[3.4] ( conda remove numpy && pip install numpy )

- for /f %%i in (requirements.txt requirements-optional.txt requirements-travis.txt ) do (
conda install %%i 1> nul 2>&1 & pip install %%i 1> nul 2>&1 & echo %%i
)
- curl -fsS -o gmsh.zip http://gmsh.info/bin/Windows/gmsh-2.16.0-Windows32.zip && 7z x gmsh.zip -o%CONDA%\Scripts
- curl -fsS -o gmsh.zip http://gmsh.info/bin/Windows/gmsh-2.16.0-Windows32.zip && unzip -j gmsh.zip -d %CONDA%\Scripts

build_script:
- set PATH=%CONDA%;%CONDA%\Scripts;%PATH%
Expand Down

0 comments on commit 218ff26

Please sign in to comment.