improve travis + fix tox mg310

This commit is contained in:
Bastien Gérard 2020-01-12 21:37:32 +01:00
parent e0565ddac5
commit 605de59bd0
2 changed files with 6 additions and 5 deletions

View File

@ -31,13 +31,14 @@ dist: xenial
env: env:
global: global:
- MONGODB_4_0=4.0.13
- MONGODB_3_4=3.4.17 - MONGODB_3_4=3.4.17
- MONGODB_3_6=3.6.12 - MONGODB_3_6=3.6.12
- PYMONGO_3_10=3.10 - MONGODB_4_0=4.0.13
- PYMONGO_3_9=3.9
- PYMONGO_3_6=3.6
- PYMONGO_3_4=3.4 - PYMONGO_3_4=3.4
- PYMONGO_3_6=3.6
- PYMONGO_3_9=3.9
- PYMONGO_3_10=3.10
matrix: matrix:
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_10} - MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_10}

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = {py27,py35,pypy,pypy3}-{mg34,mg36, mg39} envlist = {py27,py35,pypy,pypy3}-{mg34,mg36,mg39,mg310}
[testenv] [testenv]
commands = commands =