Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Learning Powershell one SO post at a time... | Ned Batchelder | 2015-09-14 | 1 | -1/+1 | |
| | ||||||
* | Maybe we can just run Python directly? | Ned Batchelder | 2015-09-14 | 1 | -1/+2 | |
| | ||||||
* | Diagnosing get-pip.py problems on Appveyor 2.6 | Ned Batchelder | 2015-09-14 | 2 | -2/+17770 | |
| | ||||||
* | Remove this diagnostic, it will be available somewhere else | Ned Batchelder | 2015-09-12 | 1 | -57/+0 | |
| | ||||||
* | Add correct URLs to the top of python_appveyor_demo files. | Ned Batchelder | 2015-09-11 | 2 | -1/+4 | |
| | ||||||
* | This is like building a ship in a bottle | Ned Batchelder | 2015-09-10 | 1 | -7/+24 | |
| | ||||||
* | More diagnostics | Ned Batchelder | 2015-09-10 | 1 | -0/+40 | |
| | ||||||
* | Latest run_with_env.cmd | Ned Batchelder | 2015-09-08 | 1 | -15/+51 | |
| | ||||||
* | Move most requirements into requirements/*.pip, and share them where possible | Ned Batchelder | 2015-09-07 | 1 | -4/+0 | |
| | | | | | --HG-- rename : requirements.pip => requirements/dev.pip | |||||
* | Python 3.5 is different in other annoying ways... | Ned Batchelder | 2015-09-05 | 1 | -3/+9 | |
| | ||||||
* | Move all requirements into .pip files | Ned Batchelder | 2015-09-05 | 1 | -0/+4 | |
| | ||||||
* | Add license text | Ned Batchelder | 2015-09-05 | 1 | -0/+3 | |
| | ||||||
* | Make download_appveyor.py more general-purpose. | Ned Batchelder | 2015-09-05 | 1 | -2/+3 | |
| | ||||||
* | Make download_appveyor.py nicer | Ned Batchelder | 2015-09-05 | 1 | -11/+30 | |
| | ||||||
* | A script to download Appveyor artifacts | Ned Batchelder | 2015-09-04 | 1 | -0/+72 | |
| | ||||||
* | Try to get 64-bit builds | Ned Batchelder | 2015-09-04 | 2 | -125/+0 | |
| | ||||||
* | Better appveyor support | Ned Batchelder | 2015-09-04 | 2 | -0/+273 | |
| | ||||||
* | Fix wheel building | Ned Batchelder | 2015-09-01 | 1 | -3/+3 | |
| | ||||||
* | Try to get appveryor to use 3.5rc2 | Ned Batchelder | 2015-08-29 | 1 | -7/+7 | |
| | ||||||
* | Initial Appveyor configuration | Ned Batchelder | 2015-08-29 | 3 | -0/+126 | |
Lifted mostly from https://github.com/pytest-dev/pytest-cov |