Skip to content

Commit e927126

Browse files
committed
add 3.10 to travis config too
1 parent 9d95391 commit e927126

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ sudo: false
22
language: python
33
matrix:
44
include:
5+
- python: 3.9
6+
env: TOX_ENV=flake8
57
- python: 3.6
68
env: TOX_ENV=py36
7-
- python: 3.6
8-
env: TOX_ENV=flake8
99
- python: 3.7
1010
env: TOX_ENV=py37
1111
sudo: required
@@ -14,6 +14,9 @@ matrix:
1414
env: TOX_ENV=py38
1515
sudo: required
1616
dist: xenial
17+
- python: "3.10"
18+
env: TOX_ENV=py310
19+
1720
install:
1821
- pip install tox
1922
script:

0 commit comments

Comments
 (0)