mongoqueue icon indicating copy to clipboard operation
mongoqueue copied to clipboard

Updated for recent versions of PyMongo & add travis CI tests

Open rupello opened this issue 6 years ago • 0 comments

I updated to work with recent library versions

Tests are passing for Travis CI for the following:

python:

  • "2.7"
  • "3.4"
  • "3.5"
  • "3.6"
  • "3.7-dev"

env:

  • PYMONGO_VERSION=3.7
  • PYMONGO_VERSION=3.0
  • PYMONGO_VERSION=2.4

rupello avatar Oct 21 '18 14:10 rupello