Skip to content

Commit 44e89d0

Browse files
committed
Travis file update to use Tox
1 parent 0e3dd5e commit 44e89d0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,17 @@ before_install:
3030
- mkdir -p $SPLUNK_HOME/var/log/splunk
3131

3232
env:
33-
- SPLUNK_VERSION=7.0-sdk
3433
- SPLUNK_VERSION=7.2-sdk
3534
- SPLUNK_VERSION=8.0-sdk
3635

3736
language: python
3837

3938
python:
4039
- "2.7"
41-
- "3.5"
40+
- "3.7"
4241

43-
install: "pip install unittest2"
42+
install: pip install tox
4443

4544
before_script: python setup.py build dist
4645

47-
script: python setup.py test
46+
script: tox

0 commit comments

Comments
 (0)