additional fix in travis/tox

This commit is contained in:
Bastien Gérard 2019-07-03 09:15:28 +02:00
parent e940044603
commit 951a532a9f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ env:
- MONGODB_3_4=3.4.17
- MONGODB_3_6=3.6.12
- PYMONGO_3_6=3.6
- PYMONGO_3_4=3.4.x
- PYMONGO_3_4=3.4
matrix:
- MONGODB=${MONGODB_3_4} PYMONGO=${PYMONGO_3_6}

View File

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