Skip to content

Commit 8a3f81f

Browse files
committed
fix CI
1 parent d3bfaba commit 8a3f81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "14.18.3"
55

66
python:
7-
- "3.10"
7+
- "3.9"
88

99
jobs:
1010
include:
@@ -15,7 +15,7 @@ jobs:
1515
- npm run test:travis || travis_terminate 1
1616

1717
- language: python
18-
python: "3.10"
18+
python: "3.9"
1919
script:
2020
- pip install -r requirements.txt
2121
- mkdocs build

0 commit comments

Comments
 (0)