summaryrefslogtreecommitdiff
path: root/shippable.yml
Commit message (Collapse)AuthorAgeFilesLines
* TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | * add a function to tools/openblas_support.py that may be used to test OpenBLAS version available through NumPy in a manner agnostic to any specific CI service * expand OpenBLAS version checking to include ppc64le and POWER8 CI runs; a separate PR will be provided to bump these versions to 0.3.7.dev * OpenBLAS install was broken on ppc64le Travis CI after migration to tools/openblas_support.py; fixed that * Azure CI config no longer uses a single-line 280-character Python "program" assigned to an environment variable to check OpenBLAS version; instead, it now leverages tools/openblas_support.py to perform the same operation using a conventional Python function
* ENH, BUILD: refactor all OpenBLAS downloads into a single, testable filemattip2019-07-091-8/+4
|
* MAINT: Update shippable.yml to remove Python 2 dependencyMike Taves2019-06-271-3/+1
|
* TST: use OpenBLAS for ARMv8 CITyler Reddy2019-04-051-1/+9
|
* TST: activate shippable maintenance branchesTyler Reddy2018-12-171-0/+1
| | | | | | * adjust shippable yml config file to run CI for PRs on all maintenance branches
* MAINT: Prepare master for 1.17.0 development.Charles Harris2018-12-081-2/+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.
* TST: add shippable ARMv8 to CI.Tyler Reddy2018-09-071-0/+70