Skip to content

Commit

Permalink
For now, also disable numpy 1.10 on Windows, since there is no Python…
Browse files Browse the repository at this point in the history
… 3.6 package for it
  • Loading branch information
mstimberg committed Mar 21, 2017
1 parent 4e86108 commit 9e4e2e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion appveyor.yml
Expand Up @@ -128,7 +128,6 @@ after_test:
%CMD_IN_ENV% python setup.py bdist_wheel &&
%CMD_IN_ENV% python setup.py bdist_wininst &&
%appveyor-retry CMD_IN_ENV% conda install --yes --quiet conda-build anaconda-client pip &&
%CMD_IN_ENV% conda build --quiet -c brian-team dev\conda-recipe --numpy 1.10 &&
%CMD_IN_ENV% conda build --quiet -c brian-team dev\conda-recipe --numpy 1.11 &&
%CMD_IN_ENV% conda build --quiet -c brian-team dev\conda-recipe --numpy 1.12 &&
%CMD_IN_ENV% python dev\continuous-integration\move-conda-package.py dev\conda-recipe &&
Expand Down

0 comments on commit 9e4e2e7

Please sign in to comment.