summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-6/+1
| | | | | | | | | | | | - Create 1.17.0-notes - Update index.rst for new notes - Update pavement.py - Update setup.py - Remove Python 2.7 and 3.4 from CI testing. - Add `# cython: language_level=3` to `*.pxd`, `*.pyx` files. Note that this removes support for both Python2.7 and Python3.4 in setup.py.
* MNT add pickle5 to some python 3.6/7 setups for the CI suitePierre Glaser2018-10-051-0/+4
|
* 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.