Skip to content

Commit

Permalink
Updated travis build
Browse files Browse the repository at this point in the history
Fixed pymongo versions to v2.7 and v2.8 as master branch is now the new beta 3.0 driver
  • Loading branch information
rozza committed Mar 18, 2015
1 parent 7d1ba46 commit 97c92e2
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ python:
- "pypy"
- "pypy3"
env:
- PYMONGO=dev DJANGO=dev
- PYMONGO=dev DJANGO=1.7.1
- PYMONGO=dev DJANGO=1.6.8
- PYMONGO=dev DJANGO=1.5.11
- PYMONGO=2.7.1 DJANGO=dev
- PYMONGO=2.7.1 DJANGO=1.7.1
- PYMONGO=2.7.1 DJANGO=1.6.8
- PYMONGO=2.7.1 DJANGO=1.5.11
- PYMONGO=2.7.2 DJANGO=dev
- PYMONGO=2.7.2 DJANGO=1.7.1
- PYMONGO=2.7.2 DJANGO=1.6.8
- PYMONGO=2.7.2 DJANGO=1.5.11
- PYMONGO=v2.7 DJANGO=dev
- PYMONGO=v2.7 DJANGO=1.7.1
- PYMONGO=v2.7 DJANGO=1.6.8
- PYMONGO=v2.7 DJANGO=1.5.11
- PYMONGO=v2.8 DJANGO=dev
- PYMONGO=v2.8 DJANGO=1.7.1
- PYMONGO=v2.8 DJANGO=1.6.8
- PYMONGO=v2.8 DJANGO=1.5.11

matrix:
exclude:
Expand Down

0 comments on commit 97c92e2

Please sign in to comment.