Skip to content

Commit 169d4e4

Browse files
committed
updated CI build config
1 parent bb7d83f commit 169d4e4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
dist: focal
12
language: python
23
python:
34
- "3.5"
45
- "3.6"
56
- "3.7"
67
- "3.8"
8+
- "3.9"
9+
- "3.10"
710
notifications:
811
email:
912
on_failure: change

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py35, py36, py37, py38
3+
py35, py36, py37, py38, py39, py310
44
skip_missing_interpreters =
55
True
66

0 commit comments

Comments
 (0)