Browse Source

Flask should now work with release requirements on 3.3

pull/766/head
Armin Ronacher 11 years ago
parent
commit
d9ebac10bb
  1. 4
      .travis.yml

4
.travis.yml

@ -13,9 +13,7 @@ env:
matrix:
exclude:
# Python 3 support currently does not work with lowest/release requirements
- python: "3.3"
env: REQUIREMENTS=release
# Python 3 support currently does not work with lowest requirements
- python: "3.3"
env: REQUIREMENTS=lowest

Loading…
Cancel
Save