Skip to content

Commit 789d93d

Browse files
committed
feat: add python 3.9 and 3.10 to ci using focal distribution
1 parent 7983abe commit 789d93d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1+
dist: focal
12
language: python
23
python:
34
- '3.6'
45
- '3.7'
56
- '3.8'
7+
- '3.9'
8+
- '3.10.1'
69
install:
710
- pip install -r requirements.txt
811
- pip install -r dev_requirements.txt --upgrade
912
- pip install coveralls
1013
script:
1114
- pytest --cov flask_authz
1215
after_success:
13-
- coveralls
16+
- coveralls

0 commit comments

Comments
 (0)