diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..ff94f77 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,7 @@ +[run] +source = pyramid_contextauth + +[report] +omit = + */python?.?/* + */site-packages/nose/* \ No newline at end of file diff --git a/.coveralls.yml b/.coveralls.yml deleted file mode 100644 index 89e4cd2..0000000 --- a/.coveralls.yml +++ /dev/null @@ -1,2 +0,0 @@ -service_name: travis-pro -repo_token: RVIAbZkSHppPwuB4V5nM5jd1TlI5ZL2rd \ No newline at end of file diff --git a/.gitignore b/.gitignore index 85a3b3b..5558e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ coverage.xml .mr.developer.cfg .project .pydevproject +.coveralls.yml diff --git a/README.rst b/README.rst index 300d912..904ea10 100644 --- a/README.rst +++ b/README.rst @@ -5,8 +5,8 @@ pyramid_contextauth .. image:: https://travis-ci.org/hadrien/pyramid_contextauth.png :target: https://travis-ci.org/hadrien/pyramid_contextauth -.. image:: https://coveralls.io/repos/hadrien/pyramid_mongokit/badge.png - :target: https://coveralls.io/r/hadrien/pyramid_mongokit +.. image:: https://coveralls.io/repos/hadrien/pyramid_contextauth/badge.png + :target: https://coveralls.io/r/hadrien/pyramid_contextauth .. image:: https://pypip.in/d/pyramid_contextauth/badge.png :target: https://crate.io/packages/pyramid_contextauth/ diff --git a/requirements-test.txt b/requirements-test.txt index a2eb18a..0f3c363 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,4 +5,4 @@ nose nosexcover webtest yanc -python-coveralls \ No newline at end of file +python-coveralls diff --git a/setup.cfg b/setup.cfg index 8026f70..cd2608c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyramid_contextauth -version = 0.7.2 +version = 0.7.3 summary = Pyramid security extension to register multiple contexts based authentication policies.