include latest pymongo version in travis

This commit is contained in:
Bastien Gérard
2020-01-05 20:20:13 +01:00
parent 1cc20c9770
commit 59fbd505a0
2 changed files with 6 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ setup(
long_description=LONG_DESCRIPTION,
platforms=["any"],
classifiers=CLASSIFIERS,
install_requires=["pymongo>=3.4", "six>=1.10.0"],
install_requires=["pymongo>=3.4, <4.0", "six>=1.10.0"],
cmdclass={"test": PyTest},
**extra_opts
)