Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Apr 25, 2015
1 parent 8fbdb4a commit aa23d47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ python:

env:
matrix:
- FLASK=0.8
- FLASK=0.9
- FLASK=0.8 PUSHER="<1.0"
- FLASK=0.9 PUSHER=">=1.0"
- FLASK=0.10.1
matrix:
- PUSHER="<1.0"
- PUSHER=">=1.0"

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

0 comments on commit aa23d47

Please sign in to comment.