Skip to content

Commit

Permalink
Python 3.3 works only with some Flasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Apr 25, 2015
1 parent 1a1b07d commit 7db46a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"

env:
Expand All @@ -16,8 +15,10 @@ env:

matrix:
include:
- python: 3.3
env: FLASK="==0.10.1"
- python: 3.4
- env: FLASK="==0.10.1"
env: FLASK="==0.10.1"

install:
- pip install -q Flask$FLASK pusher$PUSHER
Expand Down

0 comments on commit 7db46a1

Please sign in to comment.