Skip to content

Commit 6f0d6dc

Browse files
committed
Specify the actual latest version that we want. (latest doesnt work)
1 parent b309ea4 commit 6f0d6dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ python:
77
env:
88
- FLASK=0.12
99
- FLASK=1.0
10-
- FLASK=latest
10+
- FLASK=1.0.2
1111
matrix:
1212
allow_failures:
13-
- env: FLASK=latest
13+
- env: FLASK=1.0.2
1414
install:
1515
- pip install Flask==${FLASK}
1616
script:

0 commit comments

Comments
 (0)