diff --git a/.travis.yml b/.travis.yml index 5e90660d..9362dcc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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