Skip to content

Commit

Permalink
ci testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 19, 2015
1 parent 01d0cd2 commit 94eeff0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ install:
- set PATH=%PATH%;C:\msys64\mingw64\bin
#- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
#- where conda
- %MINICONDA_HOME%\Scripts\conda --version
- %MINICONDA_HOME%\Scripts\conda config --set always_yes yes
- %MINICONDA_HOME%\Scripts\conda update -q conda
- '%MINICONDA_HOME%\Scripts\conda --version'
- '%MINICONDA_HOME%\Scripts\conda config --set always_yes yes'
- '%MINICONDA_HOME%\Scripts\conda update -q conda'
#- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- %MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy
- '%MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy'
#- activate %PYTHON_HOME%
- %PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
- '%PYTHON_HOME%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand Down
10 changes: 5 additions & 5 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ install:
- set PATH=%PATH%;C:\msys64\mingw64\bin
#- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
#- where conda
- %MINICONDA_HOME%\Scripts\conda --version
- %MINICONDA_HOME%\Scripts\conda config --set always_yes yes
- %MINICONDA_HOME%\Scripts\conda update -q conda
- '%MINICONDA_HOME%\Scripts\conda --version'
- '%MINICONDA_HOME%\Scripts\conda config --set always_yes yes'
- '%MINICONDA_HOME%\Scripts\conda update -q conda'
#- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- %MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy
- '%MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy'
#- activate %PYTHON_HOME%
- %PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
- '%PYTHON_HOME%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand Down

0 comments on commit 94eeff0

Please sign in to comment.