summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Configuring for c-codeMichael Howitz2021-09-151-4/+1
|
* Configuring for c-codeMichael Howitz2021-08-301-22/+54
|
* Ensure all objects have consistent interface resolution orders.Jason Madden2020-03-231-21/+3
| | | | Fixes #71
* Pimp MANIFEST + render missing lines as HTML report.Michael Howitz2020-02-141-0/+1
|
* Allow to use a common Sphinx version for Python 2 and 3. (#70)Michael Howitz2020-02-141-1/+3
| | | | | | * Allow to use a common Sphinx version for Python 2 and 3. * Work around pypa/virtualenv#1555
* Update to current Python versions. (#61)Michael Howitz2019-04-061-4/+11
| | | | Additionally we have to pin an older `Sphinx` version to keep supporting Python 2.
* Add Python 3.7 supportMarius Gedminas2018-08-081-1/+1
|
* 100% coverage for testing.pyJason Madden2017-09-121-1/+1
|
* Add test environments for ZOPE_WATCH_CHECKERSJason Madden2017-09-111-4/+5
| | | | | | They cover both the pure-python and C cases. This modified two existing test environments, but without loss of test coverage (since PyPy will always cover the pure-python case).
* Fix ZOPE_WATCH_CHECKERS=1 in pure-Python mode.Jason Madden2017-09-111-1/+1
| | | | | | Fixes #8. Test environments still to come.
* Switch to modern 'coverage' environment and run doctests on all versionsJason Madden2017-09-071-17/+12
| | | | | | | | | | | | | | Based on #29. Drop Python 3.3. Enable coveralls on Travis CI, and also fix using interpreters that aren't there in the new default 'trusty' image. Coverage is not at 100% and in fact appears to have dropped (I show 92% in one run, vs the previous reported 97%), but that's because `coverage` and coveralls report files that aren't even imported (we have a lot of those in the 'tests' package)...nosetests didn't.
* Fix iteration of BTrees.items() in pure-python; and 3.6 supportJason Madden2017-04-241-25/+6
| | | | | | | | | | | | | | | Also fix ``list(proxy_btree.items())`` (or a list comprehension of the same) in Python 3, which wants the ``__len__`` for a hint. This is a central place to make sure these all behave consistently. Fixes #20 Also drop pypy3 As a 3.2 implementation, it's not supported by pip anymore. There is a much more recent version, 3.5-beta, but it's not on Travis yet. The 3.3-alpha which is on Travis is a dead end.
* Don't use/poison global wheel cache when building w/ PURE_PYTHON.avoid-poisoning-wheel-cache-python-pureTres Seaver2016-04-141-1/+3
|
* Drop support for Python 2.6 and 3.2.Tres Seaver2016-03-231-4/+4
|
* Note explicit support for Python 3.5Felix Yan2015-11-081-1/+1
|
* Note explicit support for Python 3.4.Tres Seaver2014-03-171-1/+1
|
* Add test environments for the PURE_PYTHON environment variable.Tres Seaver2013-03-111-1/+13
| | | | Get the one test which failed under that environment to pass.
* Start of PyPy support.Stephan Richter2013-03-111-1/+1
|
* Use python3.3 to run documentation testsmoretestsAndrey Lebedev2013-02-191-1/+1
|
* More tests are running under python-3Andrey Lebedev2013-02-191-0/+1
| | | | | | Include documentation doctests into main test suite. Documentation is updated to be valid under python-3 and some critical bugs in python-3 are revealed.
* Note Py3k support.Tres Seaver2013-02-131-1/+1
| | | | | | | Add Trove classifiers for supported versions. Note that PyPy is not yet supported: we need a pure-Python version of the _proxy and _zope_security_checker implementations.
* Remove all traces of untrustedpython and remove RestrictedPythonStephan Richter2013-02-121-7/+4
| | | | dependency.
* Run Sphinx html / doctests builds via tox.Tres Seaver2012-12-231-1/+1
|
* Run coverage tests under tox.Tres Seaver2012-12-231-1/+1
|
* Get minimal toxification done.Tres Seaver2012-12-211-0/+58