Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit e3b46b2

Browse files
committed
update travis config
1 parent 04dff6d commit e3b46b2

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
@@ -4,9 +4,9 @@ cache:
44
pip: true
55
matrix:
66
include:
7-
- python: "3.8"
8-
env: NOXSESSION="tests-3.8"
9-
- python: "3.8"
7+
- python: "3.9"
8+
env: NOXSESSION="tests-3.9"
9+
- python: "3.9"
1010
env: NOXSESSION="lint"
1111
dist: xenial
1212
install:

0 commit comments

Comments
 (0)