Skip to content

Commit d9ebac1

Browse files
committed
Flask should now work with release requirements on 3.3
1 parent bc5e212 commit d9ebac1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ env:
1313

1414
matrix:
1515
exclude:
16-
# Python 3 support currently does not work with lowest/release requirements
17-
- python: "3.3"
18-
env: REQUIREMENTS=release
16+
# Python 3 support currently does not work with lowest requirements
1917
- python: "3.3"
2018
env: REQUIREMENTS=lowest
2119

0 commit comments

Comments
 (0)