Merge pull request #2083 from bagerard/improve_travis_yml2

add pypy3 back to travis and improve python 3.7 integration
This commit is contained in:
Bastien Gérard
2019-06-30 21:11:00 +02:00
committed by GitHub

View File

@@ -22,7 +22,9 @@ python:
- 2.7
- 3.5
- 3.6
- 3.7
- pypy
- pypy3
dist: xenial
@@ -41,8 +43,6 @@ matrix:
include:
- python: 2.7
env: MONGODB=${MONGODB_3_4} PYMONGO=3.4.x
- python: 3.6
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x
- python: 3.7
env: MONGODB=${MONGODB_3_6} PYMONGO=3.x