Skip to content

Commit 4576b56

Browse files
authored
Update .travis.yml
1 parent 78f66d8 commit 4576b56

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
language: python
22
sudo: required
3-
dist: bionic
3+
dist: focal
44
python:
5-
- "3.5"
6-
- "3.6"
75
- "3.7"
86
- "3.8"
97
- "3.9"
108
env:
11-
- FLASK=1.1.2
9+
- FLASK=2.0.2
10+
- FLASK=1.1.4
1211
- FLASK=1.0.4
13-
- FLASK=0.12.5
1412
install:
1513
- pip install Flask==$FLASK
1614
- pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)