summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-09-07 10:19:28 -0500
committerJason Madden <jamadden@gmail.com>2017-09-07 11:05:24 -0500
commitaa0843930d15345982aab209bed72b9fa4bd64f4 (patch)
tree519394f72134d3b12c2c8b78b4f5baec8c2c1397 /README.rst
parent125c9a2818ebcf35a76d65c2f1dbe5c08531f21e (diff)
downloadzope-security-aa0843930d15345982aab209bed72b9fa4bd64f4.tar.gz
Switch to modern 'coverage' environment and run doctests on all versions
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.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b03d0b7..8c04f93 100644
--- a/README.rst
+++ b/README.rst
@@ -12,5 +12,9 @@
:target: http://zopesecurity.readthedocs.org/en/latest/
:alt: Documentation Status
+.. image:: https://coveralls.io/repos/github/zopefoundation/zope.security/badge.svg?branch=master
+ :target: https://coveralls.io/github/zopefoundation/zope.security?branch=master
+
+
The Security framework provides a generic mechanism to implement security
policies on Python objects.