Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ matrix:
# job which also includes "make requirements" and other steps
# "make requirements" can take substantially lower if the cache is purged
# and this would cause too many intermediate failures / false positives
- env: TASK=ci-unit CACHE_NAME=py2 COMMAND_THRESHOLD=700
- env: TASK=ci-unit CACHE_NAME=py2 COMMAND_THRESHOLD=1400
python: 2.7
name: "Unit Tests (Python 2.7 MongoDB 3.4)"
#- env: TASK=ci-unit CACHE_NAME=py2 COMMAND_THRESHOLD=700
#- env: TASK=ci-unit CACHE_NAME=py2 COMMAND_THRESHOLD=1400
#python: 2.7
#name: "Unit Tests (Python 2.7 MongoDB 3.6)"
#addons:
Expand All @@ -49,16 +49,16 @@ matrix:
# - mongodb-org-server
# - mongodb-org-shell
# - git
- env: TASK=ci-integration CACHE_NAME=py2 COMMAND_THRESHOLD=700
- env: TASK=ci-integration CACHE_NAME=py2 COMMAND_THRESHOLD=1400
python: 2.7
name: "Integration Tests (Python 2.7)"
- env: TASK="ci-checks ci-packs-tests" CACHE_NAME=py2 COMMAND_THRESHOLD=280
- env: TASK="ci-checks ci-packs-tests" CACHE_NAME=py2 COMMAND_THRESHOLD=560
python: 2.7
name: "Lint Checks, Packs Tests (Python 2.7)"
- env: TASK="compilepy3 ci-py3-unit" CACHE_NAME=py3 COMMAND_THRESHOLD=680
- env: TASK="compilepy3 ci-py3-unit" CACHE_NAME=py3 COMMAND_THRESHOLD=1360
python: 3.6
name: "Unit Tests, Pack Tests (Python 3.6)"
- env: TASK="ci-py3-integration" CACHE_NAME=py3 COMMAND_THRESHOLD=310
- env: TASK="ci-py3-integration" CACHE_NAME=py3 COMMAND_THRESHOLD=620
python: 3.6
name: "Integration Tests (Python 3.6)"

Expand Down Expand Up @@ -97,6 +97,7 @@ cache:
before_install:
- pip install --upgrade "pip>=19.0,<20.0"
- sudo pip install --upgrade "virtualenv==16.6.0"
- sudo pip install --upgrade invoke

install:
- ./scripts/travis/install-requirements.sh
Expand Down
Loading