Skip to content

Commit d2e59d8

Browse files
committed
Add 3.6 testing suites in travis
1 parent 2fb64ec commit d2e59d8

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.travis.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ python:
88
- "2.7"
99
- "3.6"
1010
env:
11+
- >
12+
DISTRIBUTION=ubuntu-upstart
13+
DIST_VERSION=14.04
14+
MONGODB_VERSION=3.6
1115
- >
1216
DISTRIBUTION=ubuntu-upstart
1317
DIST_VERSION=14.04
@@ -19,19 +23,27 @@ env:
1923
- >
2024
DISTRIBUTION=centos
2125
DIST_VERSION=6-builded
22-
MONGODB_VERSION=3.2
26+
MONGODB_VERSION=3.6
2327
- >
2428
DISTRIBUTION=centos
2529
DIST_VERSION=6-builded
2630
MONGODB_VERSION=3.4
2731
- >
2832
DISTRIBUTION=centos
29-
DIST_VERSION=7-builded
33+
DIST_VERSION=6-builded
3034
MONGODB_VERSION=3.2
35+
- >
36+
DISTRIBUTION=centos
37+
DIST_VERSION=7-builded
38+
MONGODB_VERSION=3.6
3139
- >
3240
DISTRIBUTION=centos
3341
DIST_VERSION=7-builded
3442
MONGODB_VERSION=3.4
43+
- >
44+
DISTRIBUTION=centos
45+
DIST_VERSION=7-builded
46+
MONGODB_VERSION=3.2
3547
# - >
3648
# distribution=debian
3749
# version=7

0 commit comments

Comments
 (0)