Skip to content

Commit e2424c4

Browse files
allowed failures for windows and osx
1 parent dac3eb1 commit e2424c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ os:
55

66
jobs:
77
allow_failures:
8-
# - os: osx
9-
# - os: windows
8+
- os: osx
9+
- os: windows
1010

1111
language: python
1212
python:
1313
- 3.8
14+
- 3.9
15+
- 3.10
1416

1517
install: pip install -U tox-travis
1618
script: tox
@@ -24,4 +26,4 @@ deploy:
2426
on:
2527
tags: true
2628
repo: shankarpandala/lazypredict
27-
python: 3.8
29+
python: 3.x

0 commit comments

Comments
 (0)