We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3dd5e commit 44e89d0Copy full SHA for 44e89d0
.travis.yml
@@ -30,18 +30,17 @@ before_install:
30
- mkdir -p $SPLUNK_HOME/var/log/splunk
31
32
env:
33
- - SPLUNK_VERSION=7.0-sdk
34
- SPLUNK_VERSION=7.2-sdk
35
- SPLUNK_VERSION=8.0-sdk
36
37
language: python
38
39
python:
40
- "2.7"
41
- - "3.5"
+ - "3.7"
42
43
-install: "pip install unittest2"
+install: pip install tox
44
45
before_script: python setup.py build dist
46
47
-script: python setup.py test
+script: tox
0 commit comments