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 38f5c21 commit 5a32f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ install:
- where conda
- conda --version
- conda config --set always_yes yes
- conda update -q conda
- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- conda update -q -p %PYTHON_HOME% conda
- conda install -q -p %PYTHON_HOME% numpy
- activate %PYTHON_HOME%
- python setup.py clean --all build_ext --force --inplace --compiler=mingw32
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ install:
- where conda
- conda --version
- conda config --set always_yes yes
- conda update -q conda
- conda create -q -p %PYTHON_HOME% python=%PYTHON_VERSION%
- conda update -q -p %PYTHON_HOME% conda
- conda install -q -p %PYTHON_HOME% numpy
- activate %PYTHON_HOME%
- python setup.py clean --all build_ext --force --inplace --compiler=mingw32
Expand Down

0 comments on commit 5a32f8c

Please sign in to comment.