add pypy3 back to travis and improve python 3.7 integration
This commit is contained in:
parent
f91b89f723
commit
68e8584520
@ -22,7 +22,9 @@ python:
|
|||||||
- 2.7
|
- 2.7
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
|
- 3.7
|
||||||
- pypy
|
- pypy
|
||||||
|
- pypy3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -41,8 +43,6 @@ matrix:
|
|||||||
env: MONGODB=${MONGODB_3_4} PYMONGO=3.4.x
|
env: MONGODB=${MONGODB_3_4} PYMONGO=3.4.x
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x
|
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x
|
||||||
- python: 3.7
|
|
||||||
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x
|
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user