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 d6c7fad commit a492e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ 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 mingw-w64-i686-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
- C:\Miniconda-x64\Scripts\conda update conda
- C:\Miniconda-x64\Scripts\conda install pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
Expand Down
3 changes: 3 additions & 0 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ 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 mingw-w64-i686-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
- C:\Miniconda-x64\Scripts\conda update conda
- C:\Miniconda-x64\Scripts\conda install pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
Expand Down

0 comments on commit a492e81

Please sign in to comment.