Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 058b967

Browse files
committed
Updated test matrix version
Python 2 is EOL, removed from matrix. Updated CouchDB patch versions.
1 parent 924c209 commit 058b967

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ sudo: required
33
language: python
44

55
python:
6-
- "2.7"
7-
- "3.6"
6+
- "3.8"
87

98
env:
10-
- ADMIN_PARTY=true COUCHDB_VERSION=2.1.1
11-
- ADMIN_PARTY=false COUCHDB_VERSION=2.1.1
12-
- ADMIN_PARTY=true COUCHDB_VERSION=1.7.1
13-
- ADMIN_PARTY=false COUCHDB_VERSION=1.7.1
9+
- ADMIN_PARTY=true COUCHDB_VERSION=2.3.1
10+
- ADMIN_PARTY=false COUCHDB_VERSION=2.3.1
11+
- ADMIN_PARTY=true COUCHDB_VERSION=1.7.2
12+
- ADMIN_PARTY=false COUCHDB_VERSION=1.7.2
1413

1514
services:
1615
- docker

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ stage('Checkout'){
6161
}
6262

6363
stage('Test'){
64-
def py2 = '2'
6564
def py3 = '3'
6665
def axes = [:]
67-
[py2, py3].each { version ->
66+
[py3].each { version ->
6867
['basic','cookie','iam'].each { auth ->
6968
axes.put("Python${version}-${auth}", {setupPythonAndTest(version, auth)})
7069
}

0 commit comments

Comments
 (0)