Skip to content

Commit 1688ef0

Browse files
authored
Merge pull request #152 from DanielSwain/patch-1
Add py310 to test environment
2 parents 31f37c4 + 9aad3e0 commit 1688ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
env: TOXENV=py3
1717
- python: 3.9
1818
env: TOXENV=py39
19+
- python: 3.10
20+
env: TOXENV=py310
1921
- env: TOXENV=lint
2022

2123
install:
@@ -25,4 +27,4 @@ script:
2527
- tox
2628

2729
after_success:
28-
coveralls
30+
coveralls

0 commit comments

Comments
 (0)