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] 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