summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-4/+2
* Fix and test add_to_hash: test_data.py now 100% covers data.pyNed Batchelder2015-07-201-1/+1
* Mock broke 2.6 compatibility, so pin it for now.Ned Batchelder2015-07-161-2/+3
* PEP8 fixes, but too many to really fixNed Batchelder2015-07-161-0/+1
* Also test on PyPy 2.6.0Ned Batchelder2015-06-091-2/+5
* Make tests run on tox-2.0.Ionel Cristian Maries2015-06-071-1/+1
* Use PyContracts so we can declare/enforce parameter and return types.Ned Batchelder2015-05-171-0/+1
* Make tox useful when interpreters are missing.Ned Batchelder2015-04-141-0/+1
* Tox 1.9 knows about Python 3.5Ned Batchelder2015-02-281-4/+0
* Don't need this any moreNed Batchelder2015-02-081-1/+1
* CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py suppo...Ned Batchelder2015-02-081-2/+6
* 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
* 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
* 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
* 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