summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* More pep8 complianceNed Batchelder2015-01-191-0/+7
|
* Use tox factors to clean up tox.iniNed Batchelder2015-01-031-53/+6
|
* Keep support for only the latest PyPy's.Ned Batchelder2014-12-131-1/+1
| | | | | PyPy3 2.3 threw some weird internal error, and it implements the same version of Python as PyPy3 2.4, so why bother?
* Drop support for CPython 3.2. Now I can use u'' unicode literals freely.Ned Batchelder2014-12-131-1/+1
|
* Nicer messages when skipping tracer types during testing.Ned Batchelder2014-11-271-5/+5
|
* Test on PyPy3Ned Batchelder2014-10-261-1/+13
|
* Test on specific versions of PyPy: 2.2, 2.3, 2.4Ned Batchelder2014-10-111-2/+15
|
* Run the tests from the working tree, simplifying combining laterNed Batchelder2014-09-281-0/+2
|
* More metacov, tox, and make cleanupNed Batchelder2014-09-201-13/+8
|
* Add greenlet testsNed Batchelder2014-09-201-4/+24
|
* Try to get tox and Travis to be the sameNed Batchelder2014-05-041-1/+0
|
* Update the versions we supportNed Batchelder2014-05-031-1/+1
|
* Peter Portante's coroutine support, but it doesn't work yet.Ned Batchelder2014-01-091-0/+4
|
* Use unittest2 to get rid of a bunch of our own test assertion implementations.Ned Batchelder2013-12-161-0/+12
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-1/+1
| | | | | --HG-- branch : 4.0
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-3/+3
|
* The egg test wasn't working properly. Thanks, py2.3, for pointing this outNed Batchelder2012-12-211-5/+4
|
* Igor can do more than one thing in one run.Ned Batchelder2012-11-301-5/+1
|
* Might as well combine the two setup.py steps.Ned Batchelder2012-11-241-2/+1
|
* Less noise in the test output.Ned Batchelder2012-11-111-3/+3
|
* Pass command-line args to the testing tasksNed Batchelder2012-10-221-2/+2
|
* Tox doesn't support 2.4, even though it understands py24.Ned Batchelder2012-09-081-1/+1
|
* Don't attempt the C extension under PyPy.Ned Batchelder2012-09-021-1/+9
|
* Clean upNed Batchelder2012-07-111-4/+4
|
* We don't need our own copy of mock any more.Ned Batchelder2012-07-111-1/+3
|
* I like the name igor better :)Ned Batchelder2012-07-111-4/+4
| | | | | --HG-- rename : servant.py => igor.py
* A crude Python script to make all tox commands runnable from the virtualenv.Ned Batchelder2012-07-091-5/+6
|
* Merge with upstream changesMarc Abramowitz2012-07-071-1/+10
|
* Simplified tox.iniMarc Abramowitz2012-07-071-81/+7
|
* Tweaks to tox.ini so that these are much less test failuresMarc Abramowitz2012-06-221-15/+42
|
* tox.ini: Add additional targets to envlistMarc Abramowitz2012-06-201-1/+1
|
* Add a tox.ini for tox (http://tox.testrun.org/)Marc Abramowitz2012-06-201-0/+65