Skip to content

Commit 9e4752b

Browse files
committed
Tox-Travis integration
1 parent 48a0a8e commit 9e4752b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ before_install:
2929
- export SPLUNK_HOME=`pwd`/splunk_home
3030
- mkdir -p $SPLUNK_HOME/var/log/splunk
3131

32+
language: python
33+
3234
env:
3335
- SPLUNK_VERSION=7.3-sdk
3436
- SPLUNK_VERSION=8.0-sdk
3537

36-
language: python
37-
3838
python:
3939
- "2.7"
4040
- "3.7"
4141

42-
install: pip install tox
42+
install: pip install tox-travis
4343

4444
before_script: python setup.py build dist
4545

0 commit comments

Comments
 (0)