Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 01396cc

Browse files
committed
Merge branch 'master' of github.com:PaloAltoNetworks/pancloud
2 parents 89cba5a + 77a16fc commit 01396cc

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.pyup.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# autogenerated pyup.io config file
2+
# see https://pyup.io/docs/configuration/ for all available options
3+
4+
update: insecure

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ python:
1818
- 3.5
1919
- 2.7
2020
script: tox
21+
22+
# safelist
23+
branches:
24+
only:
25+
- master

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ Contributors
8484
.. |pypi| image:: https://img.shields.io/pypi/v/pancloud.svg
8585
:target: https://pypi.python.org/pypi/pancloud
8686

87-
.. |travis| image:: https://img.shields.io/travis/sserrata/pancloud.svg
87+
.. |travis| image:: https://img.shields.io/travis/PaloAltoNetworks/pancloud.svg
8888
:target: https://travis-ci.org/PaloAltoNetworks/pancloud
8989

9090
.. |docs| image:: https://readthedocs.org/projects/pancloud/badge/?version=latest
9191
:target: https://pancloud.readthedocs.io/en/latest/?badge=latest
9292
:alt: Documentation Status
9393

94-
.. |updates| image:: https://pyup.io/repos/github/sserrata/pancloud/shield.svg
95-
:target: https://pyup.io/repos/github/sserrata/pancloud/
94+
.. |updates| image:: https://pyup.io/repos/github/PaloAltoNetworks/pancloud/shield.svg
95+
:target: https://pyup.io/repos/github/PaloAltoNetworks/pancloud/
9696
:alt: Updates
9797

9898
.. |requests| image:: https://img.shields.io/badge/docs-requests-blue.svg

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Welcome to PAN Cloud Python SDK's documentation!
1+
Welcome to the Palo Alto Networks Cloud Python SDK documentation!
22
======================================
33

44
Contents:

0 commit comments

Comments
 (0)