shuffle some jobs, focus on testing py27 and py35
This commit is contained in:
parent
d0442d7578
commit
5b4eb02683
26
.travis.yml
26
.travis.yml
@ -5,21 +5,20 @@
|
|||||||
# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5, and
|
# * MongoDB v2.4 & v3.0 are only tested against Python v2.7 & v3.5, and
|
||||||
# PyMongo v2.7 & v3.x.
|
# PyMongo v2.7 & v3.x.
|
||||||
# * MongoDB v2.6 is currently the "main" version tested against Python v2.7,
|
# * MongoDB v2.6 is currently the "main" version tested against Python v2.7,
|
||||||
# v3.4, v3.5, PyPy & PyPy3, and PyMongo v2.7, v2.8 & v3.x.
|
# v3.5, PyPy & PyPy3, and PyMongo v2.7, v2.8 & v3.x.
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
|
||||||
- 3.5
|
- 3.5
|
||||||
- pypy
|
- pypy
|
||||||
- pypy3
|
- pypy3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- PYMONGO=2.7 MONGODB=2.6
|
- MONGODB=2.6 PYMONGO=2.7
|
||||||
- PYMONGO=2.8 MONGODB=2.6
|
- MONGODB=2.6 PYMONGO=2.8
|
||||||
- PYMONGO=3.0 MONGODB=2.6
|
- MONGODB=2.6 PYMONGO=3.0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# Finish the build as soon as one job fails
|
# Finish the build as soon as one job fails
|
||||||
@ -27,21 +26,21 @@ matrix:
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: PYMONGO=2.7 MONGODB=2.4
|
env: MONGODB=2.4 PYMONGO=2.7
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: PYMONGO=2.7 MONGODB=3.0
|
env: MONGODB=2.4 PYMONGO=3.0
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: PYMONGO=3.0 MONGODB=2.4
|
env: MONGODB=3.0 PYMONGO=2.7
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: PYMONGO=3.0 MONGODB=3.0
|
env: MONGODB=3.0 PYMONGO=3.0
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: PYMONGO=2.7 MONGODB=2.4
|
env: MONGODB=2.4 PYMONGO=2.7
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: PYMONGO=2.7 MONGODB=3.0
|
env: MONGODB=2.4 PYMONGO=3.0
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: PYMONGO=3.0 MONGODB=2.4
|
env: MONGODB=3.0 PYMONGO=2.7
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: PYMONGO=3.0 MONGODB=3.0
|
env: MONGODB=3.0 PYMONGO=3.0
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- bash .install_mongodb_on_travis.sh
|
- bash .install_mongodb_on_travis.sh
|
||||||
@ -76,6 +75,7 @@ after_success:
|
|||||||
notifications:
|
notifications:
|
||||||
irc: irc.freenode.org#mongoengine
|
irc: irc.freenode.org#mongoengine
|
||||||
|
|
||||||
|
# Only run builds on the master branch and GitHub releases (tagged as vX.Y.Z)
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user