We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03229c3 + a943b27 commit d454dc9Copy full SHA for d454dc9
.travis.yml
@@ -28,6 +28,7 @@ before_deploy:
28
29
deploy:
30
skip_cleanup: true
31
+ skip_upload_docs: false
32
provider: pypi
33
user: mehcode
34
on:
README.rst
@@ -5,8 +5,8 @@ python-xmlsec
5
:target: https://travis-ci.org/mehcode/python-xmlsec
6
.. image:: https://img.shields.io/pypi/v/xmlsec.svg
7
: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
+.. image:: https://img.shields.io/badge/docs-latest-green.svg
+ :target: http://pythonhosted.org/xmlsec/
10
11
12
Python bindings for the XML Security Library.
0 commit comments