summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Expand)AuthorAgeFilesLines
* Split the current "CYTHON_COMPILING_IN_LIMITED_API" macro guard (GH-3611)scoder2021-05-251-1/+17
* Merge branch '0.29.x'Stefan Behnel2021-03-181-0/+1
|\
| * Add 0.29.x branch to list of CI tested branches.Stefan Behnel2021-03-181-0/+1
* | Merge branch '0.29.x'Stefan Behnel2020-10-081-0/+8
|\ \ | |/
| * Add Python 3.9 to appveyor build.Stefan Behnel2020-10-081-0/+8
| * Add appveyor build for Py3.8 (will probably fail tests, but it should at leas...Stefan Behnel2020-04-261-0/+8
* | Test Py3.7 and Py3.8 in C and C++ mode under appveyor.Stefan Behnel2020-10-031-5/+2
* | Revert "Revert "Build Cython in parallel on appveyor if distutils support it.""Stefan Behnel2020-04-301-1/+7
* | Revert "Build Cython in parallel on appveyor if distutils support it."Stefan Behnel2020-04-201-7/+1
* | Build Cython in parallel on appveyor if distutils support it.Stefan Behnel2020-04-201-1/+7
* | Fix fix unicode normalisation test in Windows. (GH-3194)Stefan Behnel2020-04-101-0/+4
* | Add Python 3.8 to appveyor build matrix.Stefan Behnel2020-02-191-0/+8
* | Enable C++ tests in appveyor, only only Py2.7/3.7 64 bit for now.Stefan Behnel2019-01-121-1/+12
* | Update URLs to https:// in docs and commentsJon Dufresne2019-01-111-1/+1
* | Reduce warning level in MSVC again since /W4 turns out to be excessive (compl...Stefan Behnel2018-11-301-1/+1
* | Increase warning level in appveyor builds (could also use "/Wall", but let's ...Stefan Behnel2018-11-241-1/+1
|/
* Disable code-style checks in appveyor.Stefan Behnel2018-10-161-1/+1
* Increase number of test shards again as 4 instead of 7 made it a bit slower. ...Stefan Behnel2018-08-251-1/+1
* Reduce number of test shards on appveyor to see if that speeds up the overall...Stefan Behnel2018-08-251-1/+1
* Include Py3.7 in appveyor builds.Stefan Behnel2018-08-031-0/+8
* Reverse Py3.x build order in appveyor as 3.4 takes very long and is the least...Stefan Behnel2018-05-271-8/+8
* Trivial typo fixesUnknown2017-10-171-1/+1
* Re-enable external integration tests in appveyor.Stefan Behnel2017-10-011-0/+1
* Exclude external integration tests in appveyor again to get a passing build.Stefan Behnel2017-10-011-1/+0
* Exclude Py3.3 from appveyor builds as it is out of maintenance anyway and isn...Stefan Behnel2017-10-011-8/+0
* Enable external integration tests with NumPy, coverage, etc. on appveyor.Stefan Behnel2017-10-011-0/+1
* Re-enable sharding in appveyor builds after fixing the test splitting.Stefan Behnel2017-09-271-1/+1
* Disable parallel appveyor builds again as they are unstable.Stefan Behnel2017-09-231-1/+1
* Use more testing shards in appveyor build to see if we can speed things up fu...Stefan Behnel2017-09-221-1/+1
* Remove Py2.6 from Appveyor build as it is no longer supported for wheel builds.Stefan Behnel2017-09-221-8/+0
* Try to speed up tests on Appveyor.Stefan Behnel2017-09-221-1/+2
* Include release branch in appveyor builds.Stefan Behnel2017-08-291-1/+1
* Merge branch '0.25.x'Stefan Behnel2017-02-111-20/+28
|\
| * include Python 3.6 in appveyor build0.25.xStefan Behnel2017-02-111-20/+28
* | fix appveyor commandStefan Behnel2017-02-101-1/+1
* | switch appveyor build to latest release branchStefan Behnel2017-02-101-1/+1
* | use compiled Cython for appveyor build: we compile it anyway so that is what ...Stefan Behnel2017-02-101-0/+1
|/
* AppVeyor: Exclude failing testsLisandro Dalcin2015-10-061-1/+1
* AppVeyor: Exclude failing testsLisandro Dalcin2015-10-051-1/+1
* AppVeyor: Disable hanging tests and C++ testsLisandro Dalcin2015-10-041-1/+1
* run tests as part of appveyor buildStefan Behnel2015-10-031-1/+1
* AppVeyor: Do not build legacy msi and exe installersLisandro Dalcin2015-10-021-4/+1
* AppVeyor: Update config file and install scriptLisandro Dalcin2015-10-011-2/+3
* AppVeyor: UpdateLisandro Dalcin2015-09-301-13/+22
* AppVeyor: Various fixes and enhancementsLisandro Dalcin2015-05-251-5/+25
* Use appveyor to build windows wheelsAli Ebrahim2015-05-131-0/+56