Skip to content

Commit d454dc9

Browse files
authored
Merge pull request #58 from bgaifullin/master
Added link to documentation
2 parents 03229c3 + a943b27 commit d454dc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ before_deploy:
2828

2929
deploy:
3030
skip_cleanup: true
31+
skip_upload_docs: false
3132
provider: pypi
3233
user: mehcode
3334
on:

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ python-xmlsec
55
:target: https://travis-ci.org/mehcode/python-xmlsec
66
.. image:: https://img.shields.io/pypi/v/xmlsec.svg
77
:target: https://pypi.python.org/pypi/xmlsec
8-
.. image:: https://img.shields.io/pypi/dm/xmlsec.svg
9-
:target: https://pypi.python.org/pypi/xmlsec
8+
.. image:: https://img.shields.io/badge/docs-latest-green.svg
9+
:target: http://pythonhosted.org/xmlsec/
1010

1111

1212
Python bindings for the XML Security Library.

0 commit comments

Comments
 (0)