Skip to content

Commit 1f1b4b9

Browse files
authored
Merge pull request #1617 from srinivasreddy/python36
Add python 3.6 support
2 parents 8c3ed57 + 66429ce commit 1f1b4b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ language: python
1515
python:
1616
- 2.7
1717
- 3.5
18+
- 3.6
1819
- pypy
1920

2021
env:
@@ -39,6 +40,10 @@ matrix:
3940
env: MONGODB=2.4 PYMONGO=3.0
4041
- python: 3.5
4142
env: MONGODB=3.0 PYMONGO=3.0
43+
- python: 3.6
44+
env: MONGODB=2.4 PYMONGO=3.0
45+
- python: 3.6
46+
env: MONGODB=3.0 PYMONGO=3.0
4247

4348
before_install:
4449
- bash .install_mongodb_on_travis.sh

0 commit comments

Comments
 (0)