summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* TST: Drop Python 3.4 testingCharles Harris2018-09-011-5/+0
| | | | | | * Drop Python 3.4 testing on travis and appveyor. * Move the DEBUG build to 3.5. * Document dropping 3.4 support in the release notes.
* TST: Add Python 3.7 to CI testing (#11598)cclauss2018-07-221-0/+10
| | | | | Add testing with Python 3.7 to both appveyor and travis.
* TST: Re-enable test display on appveyorEric Wieser2018-04-111-1/+1
| | | | The .appveyor.yml expects this file to exist, but pytest does not output it by default.
* TST: Do not ignore yield warnings in ci testing.Charles Harris2018-04-081-3/+1
|
* TST: Update travis and appveyor to use pytest.Charles Harris2018-04-041-26/+19
| | | | | For the time being, these tests will ignore the flood of deprecated yield test warnings. Fixing those is for another PR.
* CI: appveyor: test OpenBLAS with editable modexoviat2017-12-241-6/+4
|
* CI: appveyor: cleanup and add a pytest jobxoviat2017-12-221-76/+42
|
* MAINT: Make appveyor config a dot-fileJarrod Millman2017-10-011-0/+195
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.