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 89a50aa commit 3cb0a71
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 @@ -76,7 +76,7 @@ install:
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- 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
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'

Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install:
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- 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
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace --compiler=mingw32
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'

Expand Down

0 comments on commit 3cb0a71

Please sign in to comment.