summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Learning Powershell one SO post at a time...Ned Batchelder2015-09-141-1/+1
| | |
* | | Maybe we can just run Python directly?Ned Batchelder2015-09-141-1/+2
| | |
* | | Diagnosing get-pip.py problems on Appveyor 2.6Ned Batchelder2015-09-142-2/+17770
| | |
* | | I guess this needs thisNed Batchelder2015-09-131-0/+3
| | |
* | | Python 3.5 is availableNed Batchelder2015-09-131-4/+4
| | |
* | | gevent and eventlet are available on py3, so test them thereNed Batchelder2015-09-122-3/+3
| | |
* | | show_py.py was in use... oops.Ned Batchelder2015-09-121-1/+0
| | |
* | | Remove this diagnostic, it will be available somewhere elseNed Batchelder2015-09-121-57/+0
| | |
* | | Add correct URLs to the top of python_appveyor_demo files.Ned Batchelder2015-09-112-1/+4
| | |
* | | Clean up the batch file hack; 3.5rc4 is out; 64-bit builds succeedNed Batchelder2015-09-101-10/+5
| | |
* | | Maybe this escaping is rightNed Batchelder2015-09-101-1/+1
| | |
* | | Fix the bat-writerNed Batchelder2015-09-101-2/+1
| | |
* | | DebugNed Batchelder2015-09-101-0/+1
| | |
* | | Fix the bat-writerNed Batchelder2015-09-101-2/+1
| | |
* | | DebugNed Batchelder2015-09-101-0/+1
| | |
* | | How many languages can I nest at once and still get the escaping right?Ned Batchelder2015-09-101-1/+1
| | |
* | | This is like building a ship in a bottleNed Batchelder2015-09-102-8/+29
| | |
* | | More diagnosticsNed Batchelder2015-09-102-0/+41
| | |
* | | Will recreating the tox environments make 32- and 64-bit work properly?Ned Batchelder2015-09-101-7/+7
| | |
* | | ci/run_with_env.cmd requires PYTHON_VERSON to have two dots.Ned Batchelder2015-09-102-33/+31
| | |
* | | tox.ini makes more sense in this orderNed Batchelder2015-09-101-16/+16
| | |
* | | Some diagnostics to figure out what's up with Appveyor 64-bit builds.Ned Batchelder2015-09-102-0/+9
| | |
* | | Update requirementsNed Batchelder2015-09-092-2/+2
| | |
* | | Latest run_with_env.cmdNed Batchelder2015-09-081-15/+51
| | |
* | | Add some tests of bad pluginsNed Batchelder2015-09-071-8/+64
| | |
* | | Tighten up the badges linesNed Batchelder2015-09-071-3/+2
| | |
* | | Check more files for purityNed Batchelder2015-09-071-3/+4
| | |
* | | Bump the versionNed Batchelder2015-09-071-1/+1
| | |
* | | Fix some obsolete howto instructionsNed Batchelder2015-09-071-12/+2
| | |
* | | 4.0b3Ned Batchelder2015-09-071-8/+9
| | |
* | | Coverage 4.0b3Ned Batchelder2015-09-071-0/+1
| | |
* | | 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
| | |