Skip to content

Commit

Permalink
Add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Nov 25, 2013
1 parent 0af0fc5 commit 73cf05d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -2,13 +2,20 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"
env:
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.5
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install coveralls --use-mirrors
- pip install nose --use-mirrors
script:
- nosetests
- python setup.py build
- nosetests --with-coverage --cover-package=cstypo --cover-tests --cover-erase
- python cstypo/parser.py -v
after_success:
- coveralls
notifications:
email: false
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -7,6 +7,12 @@ základních a to hlavně těch, které jsou na webu nejvíce vidět.

.. image:: https://travis-ci.org/yetty/cstypo.png?branch=master
:target: https://travis-ci.org/yetty/cstypo
.. image:: https://coveralls.io/repos/yetty/cstypo/badge.png?branch=master
:target: https://coveralls.io/r/yetty/cstypo?branch=master
.. image:: https://pypip.in/v/cstypo/badge.png
:target: https://crate.io/packages/cstypo/
.. image:: https://pypip.in/d/cstypo/badge.png
:target: https://crate.io/packages/cstypo/

**Pozor!** Aplikování typografických pravidel na delší texty je poměrně výpočetně
náročná operace. Zvažte kešování těchto textů.
Expand Down

0 comments on commit 73cf05d

Please sign in to comment.