Skip to content

Commit 1c290d7

Browse files
committed
Merge branch 'develop' into non-utf8-bugfix
2 parents d2a4af2 + 8e4bc7d commit 1c290d7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [ 2.7, 3.7 ]
14+
python: [3.7]
1515
splunk-version:
1616
- "8.1"
1717
- "8.2"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
[![Build Status](https://travis-ci.org/splunk/splunk-sdk-python.svg?branch=master)](https://travis-ci.org/splunk/splunk-sdk-python)
2-
[![Documentation Status](https://readthedocs.org/projects/splunk-python-sdk/badge/?version=latest)](https://splunk-python-sdk.readthedocs.io/en/latest/?badge=latest)
1+
[![Build Status](https://github.com/splunk/splunk-sdk-python/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/splunk/splunk-sdk-python/actions/workflows/test.yml)
2+
3+
[Reference Docs](https://dev.splunk.com/enterprise/reference)
34

45
# The Splunk Enterprise Software Development Kit for Python
56

0 commit comments

Comments
 (0)