Skip to content

Commit 1921bd2

Browse files
committed
Update test.yml
1 parent e3b28e3 commit 1921bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
python: [3.7]
14+
python: [2.7, 3.7]
1515
splunk-version:
1616
- "8.0"
1717
- "latest"
@@ -47,4 +47,4 @@ jobs:
4747
- name: Install tox
4848
run: pip install tox
4949
- name: Test Execution
50-
run: tox -e py37
50+
run: tox -e py

0 commit comments

Comments
 (0)