Skip to content

Commit

Permalink
Again!
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Apr 25, 2015
1 parent aa23d47 commit c7ea432
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@ language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "pypy"

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

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

0 comments on commit c7ea432

Please sign in to comment.