Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MNT add pickle5 to some python 3.6/7 setups for the CI suite | Pierre Glaser | 2018-10-05 | 1 | -0/+4 |
| | |||||
* | TST: Drop Python 3.4 testing | Charles Harris | 2018-09-01 | 1 | -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) | cclauss | 2018-07-22 | 1 | -0/+10 |
| | | | | | Add testing with Python 3.7 to both appveyor and travis. | ||||
* | TST: Re-enable test display on appveyor | Eric Wieser | 2018-04-11 | 1 | -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 Harris | 2018-04-08 | 1 | -3/+1 |
| | |||||
* | TST: Update travis and appveyor to use pytest. | Charles Harris | 2018-04-04 | 1 | -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 mode | xoviat | 2017-12-24 | 1 | -6/+4 |
| | |||||
* | CI: appveyor: cleanup and add a pytest job | xoviat | 2017-12-22 | 1 | -76/+42 |
| | |||||
* | MAINT: Make appveyor config a dot-file | Jarrod Millman | 2017-10-01 | 1 | -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. |