Add support for MongoDB 3.6 and Python3.7 in travis
This commit is contained in:
		| @@ -6,6 +6,7 @@ from mongoengine.connection import get_connection | ||||
|  | ||||
| # Constant that can be used to compare the version retrieved with | ||||
| # get_mongodb_version() | ||||
| MONGODB_36 = (3, 6) | ||||
| MONGODB_34 = (3, 4) | ||||
| MONGODB_32 = (3, 2) | ||||
| MONGODB_3 = (3, 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user