Skip to content

Commit

Permalink
Run tests against Flask 0.10.1, 0.9 and 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Jul 20, 2015
1 parent 6a0e9a5 commit eb27330
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,9 @@ python:
services:
- redis
env:
- FLASK=0.8
- FLASK=0.10.1
- FLASK=0.9
- FLASK=0.8.1
- FLASK=0.7.2
install:
- pip install -q Flask==$FLASK --use-mirrors
Expand Down

0 comments on commit eb27330

Please sign in to comment.