8000 Disable future Flask release · flask-api/flask-api@90d8268 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90d8268

Browse files
committed
Disable future Flask release
1 parent bdee6d4 commit 90d8268

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ python:
1010
env:
1111
matrix:
1212
- FLASK_VERSION=0.10.1
13-
- FLASK_VERSION=0.10.2
13+
# TODO: enable when future release is available:
14+
# http://flask.pocoo.org/docs/0.11/changelog/#version-0-10-2
15+
# - FLASK_VERSION=0.10.2
1416
- FLASK_VERSION=0.11.0
1517

1618
install:

0 commit comments

Comments
 (0)
0