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 2510287 commit 7ad52c4
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 @@ -68,7 +68,7 @@ install:
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
- C:\msys64\usr\bin\bash -lc "pacman -S$(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- C:\msys64\usr\bin\bash -lc "pacman -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- set PATH=%PATH%;C:\msys64\usr\bin\
# test that building works before long numpy install
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
- C:\msys64\usr\bin\bash -lc "pacman -S$(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- C:\msys64\usr\bin\bash -lc "pacman -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- set PATH=%PATH%;C:\msys64\usr\bin\
# test that building works before long numpy install
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
Expand Down

0 comments on commit 7ad52c4

Please sign in to comment.