From 68e8584520cb57c9db649b38db64e9f92fb7e4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Thu, 13 Jun 2019 23:29:02 +0200 Subject: [PATCH 1/2] add pypy3 back to travis and improve python 3.7 integration --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 38924a86..cf66da6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,9 @@ python: - 2.7 - 3.5 - 3.6 +- 3.7 - pypy +- pypy3 env: global: @@ -41,8 +43,6 @@ matrix: 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 install: From 4d5eba317eb77eacc2a0974ee0995acbcec6d6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Sun, 30 Jun 2019 20:55:19 +0200 Subject: [PATCH 2/2] convert travis test on latest python/mongo/pymongo from python 3.6 to 3.7 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf66da6a..9d0b5b4b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: include: - python: 2.7 env: MONGODB=${MONGODB_3_4} PYMONGO=3.4.x - - python: 3.6 + - python: 3.7 env: MONGODB=${MONGODB_3_6} PYMONGO=3.x