Skip to content

Commit 0cc779a

Browse files
added "3.10"
1 parent d756091 commit 0cc779a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ language: python
1212
python:
1313
- 3.8
1414
- 3.9
15-
- 3.10
15+
- "3.10"
1616

1717
install: pip install -U tox-travis
1818
script: tox

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ pandas
44
tqdm
55
joblib
66
lightgbm
7-
xgboost
7+
xgboost
8+
pytest

0 commit comments

Comments
 (0)