Skip to content

Commit 94b1c48

Browse files
committed
Add Python 3.10 to Travis's test matrix.
1 parent 324fd58 commit 94b1c48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ notifications:
1515
webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN
1616
matrix:
1717
include:
18+
- python: "3.10"
19+
env: OMP=n MPI=n
1820
- python: "3.6"
1921
env: OMP=n MPI=n
2022
- python: "3.6"

0 commit comments

Comments
 (0)