Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Fixed coverage config for coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Apr 18, 2014
1 parent 881af88 commit 67bd2cc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
@@ -0,0 +1,7 @@
[run]
source = pyramid_contextauth

[report]
omit =
*/python?.?/*
*/site-packages/nose/*
2 changes: 0 additions & 2 deletions .coveralls.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -35,3 +35,4 @@ coverage.xml
.mr.developer.cfg
.project
.pydevproject
.coveralls.yml
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Expand Up @@ -5,4 +5,4 @@ nose
nosexcover
webtest
yanc
python-coveralls
python-coveralls
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 67bd2cc

Please sign in to comment.