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 f5550c0 commit 01d0cd2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ init:
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
- where conda
- conda --version
- conda config --set always_yes yes
- conda update -q conda
#- 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
#- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- conda install -q -p %PYTHON_HOME% numpy
- activate %PYTHON_HOME%
- python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- %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%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand All @@ -105,7 +105,7 @@ after_test:
%PYTHON_HOME%\Scripts\twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*
)
# not sure if this is needed
- deactivate
#- deactivate

on_failure:
- ps: dir "env:"
Expand Down
18 changes: 9 additions & 9 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ init:
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
- where conda
- conda --version
- conda config --set always_yes yes
- conda update -q conda
#- 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
#- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- conda install -q -p %PYTHON_HOME% numpy
- activate %PYTHON_HOME%
- python setup.py clean --all build_ext --force --inplace --compiler=mingw32
- %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%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand All @@ -75,7 +75,7 @@ after_test:
%PYTHON_HOME%\Scripts\twine upload -u %PYPI_USER% -p %PYPI_PASS% dist/*
)
# not sure if this is needed
- deactivate
#- deactivate

on_failure:
- ps: dir "env:"
Expand Down

0 comments on commit 01d0cd2

Please sign in to comment.