Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Run unit tests on python 3.9 as well on PRs #2739

Merged
merged 1 commit into from
Oct 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
# don't rebuild pocketsphinx for every build
cache:
- pip
Expand Down