summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Prepare for 4.0b3 kitscoverage-4.0b3Ned Batchelder2015-09-073-5/+8
| |
* | Move most requirements into requirements/*.pip, and share them where possibleNed Batchelder2015-09-079-16/+17
| | | | | | | | | | --HG-- rename : requirements.pip => requirements/dev.pip
* | More compact tox syntaxNed Batchelder2015-09-071-1/+1
| |
* | 2 spaces for ymlNed Batchelder2015-09-071-10/+10
| |
* | Configure circle ciNed Batchelder2015-09-071-0/+18
| |
* | Don't try to upload dist/* if dist doesn't existNed Batchelder2015-09-072-2/+5
| |
* | 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
| |
* | A different way to run tox, doesn't work yet.Ned Batchelder2015-09-061-0/+63
| |
* | Shorten up tox.iniNed Batchelder2015-09-061-5/+5
| |
* | Fix the contents of the kitNed Batchelder2015-09-061-1/+2
| | | | | | | | | | Previously, we were getting fullcoverage/__pycache__/*.pyc files, and we weren't getting the header files needed for ctracer.
* | Remove target I don't useNed Batchelder2015-09-061-6/+0
| |
* | 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
| |
* | Remove the recently deleted file from the MakefileNed Batchelder2015-09-061-3/+0
| |
* | Remove unneeded windows kit builder, now that we use AppveyorNed Batchelder2015-09-061-10/+0
| |
* | Remove tests and docs from the kit, since they weren't used or usable.Ned Batchelder2015-09-062-13/+10
| |
* | Python 3.5 is different in other annoying ways...Ned Batchelder2015-09-051-3/+9
| |
* | Maybe this will build kits for failed jobsNed Batchelder2015-09-051-5/+0
| |
* | Move all requirements into .pip filesNed Batchelder2015-09-053-3/+7
| |
* | Add license textNed Batchelder2015-09-051-0/+3
| |
* | Make download_appveyor.py more general-purpose.Ned Batchelder2015-09-052-2/+6
| |
* | Make download_appveyor.py nicerNed Batchelder2015-09-052-12/+31
| |
* | Try rolling builds, and let 64-bit fail but still build kitsNed Batchelder2015-09-051-23/+30
| |
* | Try another layout for badgesNed Batchelder2015-09-041-1/+3
| |
* | Fix pylint warningsNed Batchelder2015-09-044-2/+22
| |
* | Add requests, used for downloading from appveyorNed Batchelder2015-09-041-0/+1
| |
* | Add a badge for monthly PyPI downloadsNed Batchelder2015-09-041-2/+5
| |
* | A script to download Appveyor artifactsNed Batchelder2015-09-042-0/+75
| |
* | 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-043-142/+23
| |
* | Better appveyor supportNed Batchelder2015-09-043-28/+315
| |
* | Skip the 64-bit builds for nowNed Batchelder2015-09-031-20/+20
| |
* | We'll do a beta 3Ned Batchelder2015-09-031-1/+1
| |
* | Tested on PyPy 2.6.1Ned Batchelder2015-09-021-1/+1
| |
* | Link to 500 Lines from templite.pyNed Batchelder2015-09-021-1/+6
| |
* | Fix wheel buildingNed Batchelder2015-09-012-4/+4
| |
* | Build wheels on appveyorNed Batchelder2015-09-011-0/+22
| |
* | 2.6 won't do -m, use a simpler syntaxNed Batchelder2015-08-311-1/+1
| |
* | Braces...Ned Batchelder2015-08-311-1/+1
| |
* | Try to get some debugging alsoNed Batchelder2015-08-311-5/+6
| |
* | A simpler .travis.yml fileNed Batchelder2015-08-311-13/+8
| |
* | Never mind, too cuteNed Batchelder2015-08-311-6/+6
| |
* | Will trailing spaces be kept?Ned Batchelder2015-08-311-6/+6
| |