| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't need this any more | Ned Batchelder | 2015-02-08 | 1 | -1/+1 |
* | CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py suppo... | Ned Batchelder | 2015-02-08 | 1 | -2/+6 |
* | More pep8 compliance | Ned Batchelder | 2015-01-19 | 1 | -0/+7 |
* | Use tox factors to clean up tox.ini | Ned Batchelder | 2015-01-03 | 1 | -53/+6 |
* | Keep support for only the latest PyPy's. | Ned Batchelder | 2014-12-13 | 1 | -1/+1 |
* | Drop support for CPython 3.2. Now I can use u'' unicode literals freely. | Ned Batchelder | 2014-12-13 | 1 | -1/+1 |
* | Nicer messages when skipping tracer types during testing. | Ned Batchelder | 2014-11-27 | 1 | -5/+5 |
* | Test on PyPy3 | Ned Batchelder | 2014-10-26 | 1 | -1/+13 |
* | Test on specific versions of PyPy: 2.2, 2.3, 2.4 | Ned Batchelder | 2014-10-11 | 1 | -2/+15 |
* | Run the tests from the working tree, simplifying combining later | Ned Batchelder | 2014-09-28 | 1 | -0/+2 |
* | More metacov, tox, and make cleanup | Ned Batchelder | 2014-09-20 | 1 | -13/+8 |
* | Add greenlet tests | Ned Batchelder | 2014-09-20 | 1 | -4/+24 |
* | Try to get tox and Travis to be the same | Ned Batchelder | 2014-05-04 | 1 | -1/+0 |
* | Update the versions we support | Ned Batchelder | 2014-05-03 | 1 | -1/+1 |
* | Peter Portante's coroutine support, but it doesn't work yet. | Ned Batchelder | 2014-01-09 | 1 | -0/+4 |
* | Use unittest2 to get rid of a bunch of our own test assertion implementations. | Ned Batchelder | 2013-12-16 | 1 | -0/+12 |
* | We only run on 2.6, 2.7, 3.2, 3.3 now. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
* | Directory changed: test->tests. Adapt. | Ned Batchelder | 2013-02-02 | 1 | -3/+3 |
* | The egg test wasn't working properly. Thanks, py2.3, for pointing this out | Ned Batchelder | 2012-12-21 | 1 | -5/+4 |
* | Igor can do more than one thing in one run. | Ned Batchelder | 2012-11-30 | 1 | -5/+1 |
* | Might as well combine the two setup.py steps. | Ned Batchelder | 2012-11-24 | 1 | -2/+1 |
* | Less noise in the test output. | Ned Batchelder | 2012-11-11 | 1 | -3/+3 |
* | Pass command-line args to the testing tasks | Ned Batchelder | 2012-10-22 | 1 | -2/+2 |
* | Tox doesn't support 2.4, even though it understands py24. | Ned Batchelder | 2012-09-08 | 1 | -1/+1 |
* | Don't attempt the C extension under PyPy. | Ned Batchelder | 2012-09-02 | 1 | -1/+9 |
* | Clean up | Ned Batchelder | 2012-07-11 | 1 | -4/+4 |
* | We don't need our own copy of mock any more. | Ned Batchelder | 2012-07-11 | 1 | -1/+3 |
* | I like the name igor better :) | Ned Batchelder | 2012-07-11 | 1 | -4/+4 |
* | A crude Python script to make all tox commands runnable from the virtualenv. | Ned Batchelder | 2012-07-09 | 1 | -5/+6 |
* | Merge with upstream changes | Marc Abramowitz | 2012-07-07 | 1 | -1/+10 |
* | Simplified tox.ini | Marc Abramowitz | 2012-07-07 | 1 | -81/+7 |
* | Tweaks to tox.ini so that these are much less test failures | Marc Abramowitz | 2012-06-22 | 1 | -15/+42 |
* | tox.ini: Add additional targets to envlist | Marc Abramowitz | 2012-06-20 | 1 | -1/+1 |
* | Add a tox.ini for tox (http://tox.testrun.org/) | Marc Abramowitz | 2012-06-20 | 1 | -0/+65 |