summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Make appveyor config a dot-fileJarrod Millman2017-10-011-195/+0
| | | | | | | AppVeyor supports dot-file-style YAML named ``.appveyor.yml``: - https://www.appveyor.com/docs/build-configuration/#yaml-file-alternative-naming The Travis CI config is already a dot-file.
* CI: set correct test mode for appveyorPauli Virtanen2017-10-011-1/+1
|
* appveyor: update documentationxoviat2017-09-101-2/+15
|
* appveyor: update documentationxoviat2017-09-091-3/+4
|
* TST: appveyor: Enable OpenBLAS via MinGW Gfortranxoviat2017-09-041-19/+170
|
* TST: Install `pytz` in the CI.John Kirkham2016-02-251-1/+1
| | | | This should allow for some tests that require `pytz` to run during CI.
* TST: Fail quickly on AppVeyor for superseded PR buildsTony Kelman2016-02-141-0/+5
|
* TST: Enable AppVeyor failure to be reported.Charles Harris2016-01-021-6/+0
| | | | | | AppVeyor failures were filtered out until numpy issues were fixed. The last issues were the test_mem_overlap failures on 64 bit windows, and those are fixed.
* TST: Only use 32 bit Python 2.7 to test numpy on appveyor.Charles Harris2015-12-281-1/+1
| | | | | | | | | | This avoids a test error on appveyor that might be fixed if Visual C++ Compiler for Python 2.7 is used. Numpy itself builds and runs on appveyor with both 32 and 64 bit python 2.7, so this is only a test issue. Another option might be to disable the test, but it may be useful to some on other platforms. Closes #6882.
* TST: Add a 32 bit Python 3 build to the appveyor build matrix.Ian Henriksen2015-12-221-1/+4
|
* TST: Add initial appveyor configuration with no optimized BLAS.Ian Henriksen2015-12-191-0/+28