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 966ff31 commit 9a68a8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,9 @@ install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
# test that building works before long numpy install
- dir C:\Miniconda-x64\Scripts
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- C:\Miniconda-x64\Scripts\conda install -y numpy
- dir C:\Miniconda-x64\Scripts
- C:\Miniconda-x64\python setup.py clean --all build_ext --force --inplace
test_script:
- '%WITH_COMPILER% %PYTHON_HOME%\Scripts\tox'
Expand Down
3 changes: 2 additions & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ install:
- '%PYTHON_HOME%\Scripts\pip --version'
- '%PYTHON_HOME%\Scripts\tox --version'
# test that building works before long numpy install
- dir C:\Miniconda-x64\Scripts
- C:\Miniconda-x64\Scripts\conda config --set always_yes yes --set changeps1 no
- C:\Miniconda-x64\Scripts\conda install -y numpy
- dir C:\Miniconda-x64\Scripts
- 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 9a68a8c

Please sign in to comment.