summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Check the .rst files also.Ned Batchelder2015-10-161-0/+2
* Make doc checking better, and fix two doc errors.Ned Batchelder2015-10-141-1/+6
* Build docs regularly so we find out when things are busted.Ned Batchelder2015-10-131-1/+5
* Latest version of gevent and twineNed Batchelder2015-09-181-1/+1
* gevent and eventlet are available on py3, so test them thereNed Batchelder2015-09-121-2/+2
* show_py.py was in use... oops.Ned Batchelder2015-09-121-1/+0
* More diagnosticsNed Batchelder2015-09-101-0/+1
* ci/run_with_env.cmd requires PYTHON_VERSON to have two dots.Ned Batchelder2015-09-101-2/+0
* 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-101-0/+2
* Update requirementsNed Batchelder2015-09-091-1/+1
* Shorten up tox.iniNed Batchelder2015-09-061-5/+5
* Greenlet released 0.4.9Ned Batchelder2015-08-301-1/+1
* Fix the C extension exclusion for generic pypyNed Batchelder2015-08-301-1/+1
* Try generic pypy on travis.Ned Batchelder2015-08-301-3/+3
* Use tox on travis. There's probably a better way to do this.Ned Batchelder2015-08-301-1/+4
* Pin all the versionsNed Batchelder2015-08-291-0/+1
* Pin dependencies for the next time I have to dig into the pastNed Batchelder2015-08-261-7/+7
* Simplify the tox.iniNed Batchelder2015-08-221-5/+5
* Fix the pep8 settings.Ned Batchelder2015-08-101-1/+3
* 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