summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-26 11:28:59 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2019-05-26 11:28:59 -0400
commit6659f215bfb9c8398cc99e13dc2d8cef564bf57d (patch)
treee6c09e6b7ce194bf35ac5d4ed013d3494aff8a85 /README.rst
parentbc8a55e70e179a59fa89fb109353182f8f438e00 (diff)
downloadpy-bcrypt-git-6659f215bfb9c8398cc99e13dc2d8cef564bf57d.tar.gz
Azure (#174)
* switch to azure pipelines no more jenkins, do mac builds on azure * add status badge * fix manifest issue * full path to tox on windows * quotes * indentation * i don't understand. * remove unneeded vars * test on more pythons
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d739529..3b34551 100644
--- a/README.rst
+++ b/README.rst
@@ -8,6 +8,9 @@ bcrypt
.. image:: https://travis-ci.org/pyca/bcrypt.svg?branch=master
:target: https://travis-ci.org/pyca/bcrypt
+.. image:: https://dev.azure.com/pyca/bcrypt/_apis/build/status/bcrypt-CI?branchName=master
+ :target: https://dev.azure.com/pyca/bcrypt/_build/latest?definitionId=8&branchName=master
+
Good password hashing for your software and your servers