Skip to content

Commit

Permalink
Matrix include
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Apr 25, 2015
1 parent c7ea432 commit e2ae7c9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,8 +1,9 @@
language: python

python:
- "2.6"
- "2.7"
- "3.4"
- "3.3"
- "pypy"

env:
Expand All @@ -13,6 +14,11 @@ env:
- FLASK=0.10.1 PUSHER="<1.0"
- FLASK=0.10.1

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

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

0 comments on commit e2ae7c9

Please sign in to comment.