We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425fb89 commit 66429ceCopy full SHA for 66429ce
.travis.yml
@@ -15,6 +15,7 @@ language: python
15
python:
16
- 2.7
17
- 3.5
18
+- 3.6
19
- pypy
20
21
env:
@@ -39,6 +40,10 @@ matrix:
39
40
env: MONGODB=2.4 PYMONGO=3.0
41
- python: 3.5
42
env: MONGODB=3.0 PYMONGO=3.0
43
+ - python: 3.6
44
+ env: MONGODB=2.4 PYMONGO=3.0
45
46
+ env: MONGODB=3.0 PYMONGO=3.0
47
48
before_install:
49
- bash .install_mongodb_on_travis.sh
0 commit comments