Merge pull request #1617 from srinivasreddy/python36

Add python 3.6 support
This commit is contained in:
Emmanuel Leblond 2017-08-28 13:33:56 +02:00 committed by GitHub
commit 1f1b4b95ce

View File

@ -15,6 +15,7 @@ language: python
python:
- 2.7
- 3.5
- 3.6
- pypy
env:
@ -39,6 +40,10 @@ matrix:
env: MONGODB=2.4 PYMONGO=3.0
- python: 3.5
env: MONGODB=3.0 PYMONGO=3.0
- python: 3.6
env: MONGODB=2.4 PYMONGO=3.0
- python: 3.6
env: MONGODB=3.0 PYMONGO=3.0
before_install:
- bash .install_mongodb_on_travis.sh