Skip to content

Commit 9c76c3c

Browse files
committed
Use Python 3.8 nox environment for lint checks
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 54f1e0e commit 9c76c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
include:
2121
# Basic Checks
2222
- stage: primary
23-
env: NOXSESSION=lint-3.5
23+
env: NOXSESSION=lint-3.8
2424
- env: NOXSESSION=test-2.7
2525
- env: NOXSESSION=test-3.5
2626
- env: NOXSESSION=docs

0 commit comments

Comments
 (0)