Skip to content

Commit

Permalink
Update test infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
msom committed Oct 30, 2015
1 parent bd6e92c commit 2288b3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Expand Up @@ -7,3 +7,4 @@ omit =
*/test*
*/test-views/*
*/distutils/__init__.py
*/upgrades.py
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -13,4 +13,7 @@ script: bin/coverage run bin/test -s seantis.kantonsrat

after_success:
- pip install coveralls
- coveralls
- python -m coverage.pickle2json
- coveralls

sudo: false
5 changes: 3 additions & 2 deletions README.rst
@@ -1,7 +1,7 @@
Seantis Kantonsrat
==================

Specialized type and custom organisations for the Kantonsrat of Zug. If you
Specialized type and custom organisations for the Kantonsrat of Zug. If you
have never heard of a Kantonsrat, this is in no way meant for you.

Requirements
Expand All @@ -27,10 +27,11 @@ Coverage

Latests PyPI Release
--------------------
.. image:: https://pypip.in/v/seantis.kantonsrat/badge.png
.. image:: https://img.shields.io/pypi/v/seantis.kantonsrat.svg
:target: https://crate.io/packages/seantis.kantonsrat
:alt: Latest PyPI Release


License
-------
seantis.kantonsrat is released under GPL v2
3 changes: 3 additions & 0 deletions docs/HISTORY.rst
Expand Up @@ -11,6 +11,9 @@ Changelog
- Introduce semantic versioning.
[msom]

- Update test infrastructure.
[msom]

0.11 (2015-09-28)
~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 2288b3c

Please sign in to comment.