Skip to content

Commit

Permalink
Still working with .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfurr authored and jfurr committed Jan 12, 2019
1 parent 8e237a2 commit c4c97d1
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,25 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"

env:

matrix:
- MONGODB=2.6.12
- MONGODB=2.6.12 PYMONGO=">=3.0" DJANGO="==1.9.8"
- MONGODB=2.6.12 PYMONGO=">=3.0" DJANGO=">=2.0"

- MONGODB=3.0.15
- MONGODB=3.2.20
- MONGODB=3.4.16
- MONGODB=3.6.6

- MONGODB=3.6.6 PYMONGO=">=3.0" DJANGO="==1.9.8"
- MONGODB=3.6.6 PYMONGO=">=3.0" DJANGO=">=2.0"

- MONGODB=4.0.0
- MONGODB=4.1.1
- PYMONGO=">=3.0" DJANGO="==1.9.8"
- PYMONGO=">=3.0" DJANGO=">=2.0"

- MONGODB=4.1.1 PYMONGO=">=3.0" DJANGO="==1.9.8"
- MONGODB=4.1.1 PYMONGO=">=3.0" DJANGO=">=2.0"

matrix:
fast_finish: true
Expand Down

0 comments on commit c4c97d1

Please sign in to comment.