File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ language: python
3737
3838python :
3939 - " 2.7"
40- - " 2.6"
4140
4241install : " pip install unittest2"
4342
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Here's what you need to get going with the Splunk SDK for Python.
3636
3737#### Python
3838
39- The Splunk SDK for Python requires Python 2.6 +.
39+ The Splunk SDK for Python requires Python 2.7 +.
4040
4141#### Splunk
4242
@@ -168,9 +168,7 @@ prompt in the **/splunk-sdk-python/tests** subdirectory and enter:
168168 python test_app.py
169169
170170The test suite uses Python's standard library and the built-in ` unittest `
171- library. If you're using Python 2.7, you're all set. However, if you are using
172- Python 2.6, you'll also need to install the ` unittest2 ` library to
173- get the additional features that were added to Python 2.7.
171+ library.
174172
175173You can read more about our testing framework on
176174[ GitHub] ( https://github.com/splunk/splunk-sdk-python/tree/master/tests ) .
@@ -315,7 +313,3 @@ You can reach the Developer Platform team at _devinfo@splunk.com_.
315313The Splunk Software Development Kit for Python is licensed under the Apache
316314License 2.0. Details can be found in the file LICENSE.
317315
318- For compatibility with Python 2.6, The Splunk Software Development Kit
319- for Python ships with ordereddict.py from the ordereddict package on
320- [ PyPI] ( http://pypi.python.org/pypi/ordereddict/1.1 ) , which is licensed
321- under the MIT license (see the top of splunklib/ordereddict.py).
You can’t perform that action at this time.
0 commit comments