summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Expand)AuthorAgeFilesLines
* According to the docs, "/Od" is the default in MSVC, so in order to get it, i...Stefan Behnel2021-04-141-1/+1
* Add 0.29.x branch to list of CI tested branches.Stefan Behnel2021-03-181-0/+1
* 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
* 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