aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix several CI breakages (#5138)Alex Gaynor2020-03-191-0/+5
| | | | | | | | | * Replace dead link * Explicitly run for all PRs * Update azure-pipelines.yml * Update wheel-builder.yml
* Update azure images for their deprecation of 10.13 (#5132)Alex Gaynor2020-03-021-10/+10
|
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-12/+0
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Run py3.8 as our py3 in macOS CI (#5032)Alex Gaynor2019-11-111-6/+6
|
* Fixes #5010 -- test and build 3.8 wheels (#5013)Alex Gaynor2019-10-171-0/+12
| | | | | | * Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
* brew update (#4904)Alex Gaynor2019-05-301-0/+3
|
* Added Windows tests for 3.4-3.7 (#4895)Alex Gaynor2019-05-251-0/+48
| | | | | | | | | | * Added Windows tests for 3.5-3.7 * Ooops, fix image * Fixes * Added Python 3.5
* set the path so codecov can find coverage on windows (#4896)Paul Kehrer2019-05-251-1/+1
| | | | | | * set the path so codecov can find coverage on windows * don't clobber the existing path
* test py27 with windows container on azure (#4880)Paul Kehrer2019-05-081-0/+35
| | | | | | | | | | | | | | | | | | | | * test py27 with windows container on azure * refactor a bit * oops missed this * show me some autocrlf * wat * add a gitattributes to force LF endings. can't use autocrlf false because we don't control the git clone in azure * remove thing we don't need * more things
* only build tags, *.x branches, master, and PRs (#4875)Paul Kehrer2019-05-061-1/+10
| | | no alex-patch-* :P
* Set up CI with Azure Pipelines (#4471)azure-pipelines[bot]2019-05-031-0/+54
* Set up CI with Azure Pipelines * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Update azure-pipelines.yml * Moving TOXENV to matrix (#4474) * Update azure-pipelines.yml * Update azure-pipelines.yml