summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove -pure variants from default tox.ini envlist because they're not ↵issue26Jason Madden2017-06-291-1/+1
| | | | useful without special pip configuration.
* Drop the PURE_PYTHON travis builds, they're not doing anything.Jason Madden2017-06-291-5/+1
| | | | | | | | We publish manylinux wheels now and pip will install those. (The same is probably true for tox, but the end user may be able to control that better so I'm leaving those environments for now.) We test PyPy so we do cover the pure environments.
* Fix tox and travis by using zope.testrunnerJason Madden2017-06-296-117/+112
| | | | | | | DRY with regards to dependencies. This lets us simplify travis to not use Tox which in turn lets us easily enable coveralls. Fixes #26
* Merge pull request #25 from stevepiercy/patch-1Tres Seaver2017-06-281-1/+1
|\ | | | | Use https and new .io TLD for RTD
| * Use https and new .io TLD for RTDSteve Piercy2017-06-281-1/+1
|/
* Point to a more recent and autmatically updated versionMichael Howitz2016-08-261-1/+2
|
* Update to current version + fix naming issue.Michael Howitz2016-08-261-9/+9
|
* Back to development: 4.4.0Michael Howitz2016-08-262-1/+7
|
* Preparing release 4.3.04.3.0Michael Howitz2016-08-262-2/+2
|
* Merge pull request #23 from NextThought/literalsJason Madden2016-08-021-7/+1
|\ | | | | Remove _u compat function.
| * Remove _u compat function.Jason Madden2016-08-021-7/+1
|/ | | | Since we no longer support 3.2 we can use the literal syntax.
* update bootstrap.pyAdam Groszer2016-04-201-15/+36
|
* Merge pull request #22 from ↵Tres Seaver2016-04-152-0/+6
|\ | | | | | | | | zopefoundation/avoid-poisoning-wheel-cache-python-pure Don't use/poison global wheel cache when building w/ PURE_PYTHON.
| * Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-142-0/+6
|/
* Merge pull request #20 from zopefoundation/drop-py26-py32-supportTres Seaver2016-03-234-24/+14
|\ | | | | Drop support for Python 2.6 and 3.2.
| * Add 'py27-minimal' tox target as replacement for 'py26-minimal'.Tres Seaver2016-03-232-4/+9
| | | | | | | | Drop spurious '[testenv:py26]' block.
| * Drop support for Python 2.6 and 3.2.drop-py26-py32-supportTres Seaver2016-03-234-21/+6
|/
* Merge pull request #19 from felixonmars/masterMarius Gedminas2015-11-061-1/+1
|\ | | | | Use shields.io for PyPI badge
| * Use shields.io for PyPI badgeFelix Yan2015-11-061-1/+1
| |
* | Merge pull request #18 from felixonmars/masterMarius Gedminas2015-11-061-3/+6
|\ \ | |/ | | Make Travis look nicer by specifying python version only for py35 TOXENV
| * Make Travis look nicer by specifying python version only for py35 TOXENVFelix Yan2015-11-061-3/+6
| |
* | Merge pull request #17 from felixonmars/masterMarius Gedminas2015-11-064-2/+12
|\ \ | |/ | | Note explicit support for Python 3.5
| * Note explicit support for Python 3.5Felix Yan2015-11-064-2/+12
|/
* svbTres Seaver2015-06-042-1/+6
|
* Prep 4.2.2 release.4.2.2Tres Seaver2015-06-042-2/+2
|
* Garden.Tres Seaver2015-06-041-86/+80
|
* Accomodate renamed tox environment.Tres Seaver2015-06-041-2/+2
|
* Work around pip + wheel + conditional deps in zope.schema.Tres Seaver2015-06-041-4/+12
| | | | | | - Hard-wire ordereddict dependency when testing w/ 2.6. - Switch coverage and docs to use 2.7.
* Merge pull request #16 from NextThought/pypy-supportTres Seaver2015-06-023-2/+87
|\ | | | | Add failing functional/integration tests for the interaction between zope.security/zope.proxy/zope.component
| * Run tests under PURE_PYTHON for 2.7 and 3.4, ruling out a PyPy ↵Jason Madden2015-06-022-1/+15
| | | | | | | | implementation issue.
| * Add failing functiona/integration tests at this level for the interaction ↵Jason Madden2015-05-281-1/+72
| | | | | | | | between zope.security/zope.proxy/zope.component. These previously existed in a zcml.rst doctest only and will fail under PyPy under zopefoundation/zope.security#11 and/or zopefoundation/zope.proxy#8 is fixed.
* | Ignore .eggs subdir.Tres Seaver2015-06-011-0/+1
| |
* | Merge pull request #15 from NextThought/pypy-supportTres Seaver2015-05-274-10/+5
|\ \ | |/ | | Run test_persistentregistry under PyPy/3, and fix it
| * Run test_persistentregistry under PyPy/3, and fix it. Doctests still fail ↵Jason Madden2015-05-274-10/+5
|/ | | | under PyPy.
* Switch to 'usedevelop = true' FBO nose / coverage.Tres Seaver2015-02-251-31/+6
| | | | Drop the manual 'unistall' / 'copy __init__.py' / 'install -e' dance.
* Disable 'standalone' test when zope.security is missing.Tres Seaver2015-02-251-35/+42
|
* Use 'full' dependencies for normal test runs.Tres Seaver2015-02-231-2/+1
|
* Less DAMPTres Seaver2015-02-231-16/+19
| | | | Can't be DRY, but do a little bit better on repeated commands.
* Silence setuptools chatter during test runs.Tres Seaver2015-02-231-2/+2
|
* DAMPTres Seaver2015-02-231-41/+27
| | | | | | Can't be DRY, but do a little bit better. [ci skip]
* Extra RTD deps.Tres Seaver2015-01-281-0/+12
|
* Add RTD badge.Tres Seaver2015-01-281-0/+4
|
* Add RTD dependency.Tres Seaver2015-01-281-0/+1
|
* Merge pull request #12 from msabramo/patch-1Tres Seaver2015-01-271-1/+3
|\ | | | | Update README.rst
| * README.rst: Link zope.interface to GitHubMarc Abramowitz2015-01-271-1/+3
| |
| * Update README.rstMarc Abramowitz2015-01-271-1/+1
|/
* Merge pull request #13 from msabramo/patch-2Marius Gedminas2015-01-271-0/+4
|\ | | | | README.rst: Add PyPI badge
| * README.rst: Add PyPI badgeMarc Abramowitz2015-01-261-0/+4
| |
* | Merge pull request #14 from msabramo/patch-3Marius Gedminas2015-01-271-1/+1
|\ \ | |/ |/| setup.py: Set url to GitHub
| * setup.py: Set url to GitHubMarc Abramowitz2015-01-261-1/+1
|/ | | More useful than PyPI page.