Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Make appveyor config a dot-file | Jarrod Millman | 2017-10-01 | 1 | -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 appveyor | Pauli Virtanen | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | appveyor: update documentation | xoviat | 2017-09-10 | 1 | -2/+15 |
| | |||||
* | appveyor: update documentation | xoviat | 2017-09-09 | 1 | -3/+4 |
| | |||||
* | TST: appveyor: Enable OpenBLAS via MinGW Gfortran | xoviat | 2017-09-04 | 1 | -19/+170 |
| | |||||
* | TST: Install `pytz` in the CI. | John Kirkham | 2016-02-25 | 1 | -1/+1 |
| | | | | This should allow for some tests that require `pytz` to run during CI. | ||||
* | TST: Fail quickly on AppVeyor for superseded PR builds | Tony Kelman | 2016-02-14 | 1 | -0/+5 |
| | |||||
* | TST: Enable AppVeyor failure to be reported. | Charles Harris | 2016-01-02 | 1 | -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 Harris | 2015-12-28 | 1 | -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 Henriksen | 2015-12-22 | 1 | -1/+4 |
| | |||||
* | TST: Add initial appveyor configuration with no optimized BLAS. | Ian Henriksen | 2015-12-19 | 1 | -0/+28 |