Skip to content

Commit 8b331ad

Browse files
Update .travis.yml
1 parent 94b7563 commit 8b331ad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
language: python
22
sudo: required
3-
dist: xenial
3+
dist: bionic
44
python:
55
- "3.5"
66
- "3.6"
77
- "3.7"
8+
- "3.8"
89
env:
9-
- FLASK=1.1.1
10+
- FLASK=1.1.2
1011
- FLASK=1.0.4
11-
- FLASK=0.12.4
12+
- FLASK=0.12.5
1213
install:
1314
- pip install Flask==$FLASK
1415
- pip install -r dev_requirements.txt

0 commit comments

Comments
 (0)