summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2017-12-06 13:53:34 -0800
committerDavid Lord <davidism@gmail.com>2017-12-06 13:53:34 -0800
commit8dc18748baa830d20bc0ce108288b8d2dd15b14a (patch)
treee6bcc47b984cce0b4e25238f6f1fb39d0bfe4d6b /README.rst
parentec527b099a8346aec75f4d3235852b171dea1217 (diff)
downloadwerkzeug-8dc18748baa830d20bc0ce108288b8d2dd15b14a.tar.gz
add pypi and appveyor links
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index cf067a08..90a82630 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ Installing
Install and update using `pip`_:
-.. code-block:: none
+.. code-block:: text
pip install -U Werkzeug
@@ -63,9 +63,14 @@ Links
-----
* Website: https://www.palletsprojects.com/p/werkzeug/
+* Releases: https://pypi.org/project/Werkzeug/
* Code: https://github.com/pallets/werkzeug
* Issue tracker: https://github.com/pallets/werkzeug/issues
-* Test status: https://travis-ci.org/pallets/werkzeug
+* Test status:
+
+ * Linux, Mac: https://travis-ci.org/pallets/werkzeug
+ * Windows: https://ci.appveyor.com/project/davidism/werkzeug
+
* Test coverage: https://codecov.io/gh/pallets/werkzeug
.. _WSGI: https://wsgi.readthedocs.io/en/latest/