summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 2.6 64-bitNed Batchelder2015-09-061-0/+6
|
* Use proper powershell string concatenationNed Batchelder2015-09-061-1/+1
|
* Name the dist artifacts with dist\*Ned Batchelder2015-09-061-1/+1
|
* Push the contents of dist as artifactsNed Batchelder2015-09-061-1/+1
|
* Will this work?Ned Batchelder2015-09-061-1/+1
|
* Push appveyor artifacts explicitlyNed Batchelder2015-09-061-1/+1
|
* Try using build_script to make kitsNed Batchelder2015-09-061-2/+2
|
* Use after_test, since it happens before artifactsNed Batchelder2015-09-061-1/+1
|
* Try on_finish instead of after_test for building artifactsNed Batchelder2015-09-061-1/+1
|
* Remove extra email notifications from AppveyorNed Batchelder2015-09-061-8/+0
|
* Maybe this will build kits for failed jobsNed Batchelder2015-09-051-5/+0
|
* Move all requirements into .pip filesNed Batchelder2015-09-051-2/+2
|
* Try rolling builds, and let 64-bit fail but still build kitsNed Batchelder2015-09-051-23/+30
|
* hmmm, 64-bit still doesn't work: ↵Ned Batchelder2015-09-041-23/+23
| | | | https://ci.appveyor.com/project/nedbat/coveragepy/build/default-46
* Try to get 64-bit buildsNed Batchelder2015-09-041-17/+23
|
* Better appveyor supportNed Batchelder2015-09-041-28/+42
|
* Skip the 64-bit builds for nowNed Batchelder2015-09-031-20/+20
|
* Fix wheel buildingNed Batchelder2015-09-011-1/+1
|
* Build wheels on appveyorNed Batchelder2015-09-011-0/+22
|
* Never mind, too cuteNed Batchelder2015-08-311-6/+6
|
* Will trailing spaces be kept?Ned Batchelder2015-08-311-6/+6
|
* Give the appveyor jobs readable namesNed Batchelder2015-08-311-6/+12
|
* Appveyor sends two emails each time. make it stop?Ned Batchelder2015-08-301-0/+2
|
* Try making metacov.zip only for metacoverage jobsNed Batchelder2015-08-301-1/+1
|
* Identify the metacov.zip filesNed Batchelder2015-08-301-2/+2
|
* 3.5 won't work yet, it's only .exe, no .msiNed Batchelder2015-08-291-7/+0
|
* Maybe this will work for 3.5rc2?Ned Batchelder2015-08-291-4/+2
|
* Try to get appveryor to use 3.5rc2Ned Batchelder2015-08-291-8/+11
|
* Get 2.6 with appveyorNed Batchelder2015-08-291-8/+9
|
* We don't do builds, we do tests, so use after_testNed Batchelder2015-08-291-1/+1
|
* More appveyor configuration: email notifications, and zip up metacovNed Batchelder2015-08-291-1/+23
|
* Fix escape in yamlNed Batchelder2015-08-291-1/+1
|
* Try getting windows metacov on appveyorNed Batchelder2015-08-291-1/+17
|
* Initial Appveyor configurationNed Batchelder2015-08-291-0/+45
Lifted mostly from https://github.com/pytest-dev/pytest-cov