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 329c106 commit 1a40dd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
#- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- C:\MinGW\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\MinGW\bin
- C:\msys64\mingw64\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\msys64\mingw64\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\Scripts\conda update -q conda
- C:\Miniconda-x64\Scripts\conda install -q pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
Expand Down
8 changes: 4 additions & 4 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
#- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S $(pacman -Qq | grep mingw-w64-x86_64-gcc)"
- C:\MinGW\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\MinGW\bin
- C:\msys64\mingw64\bin\mingw-get install gfortran
- set PATH=%PATH%;C:\msys64\mingw64\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\Scripts\conda update -q conda
- C:\Miniconda-x64\Scripts\conda install -q pip numpy
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
Expand Down

0 comments on commit 1a40dd6

Please sign in to comment.