language: python python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - 3.8 - pypy - pypy3.5 services: - mongodb script: PYMONGO_MUST_CONNECT=1 python setup.py test