Add python 3.6 support

This commit is contained in:
Srinivas Reddy Thatiparthy 2017-08-06 13:35:01 +05:30
parent 425fb8905b
commit 66429ce331

View File

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