diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 26a361f8..00000000 --- a/.travis.yml +++ /dev/null @@ -1,32 +0,0 @@ -dist: trusty -language: python -python: - - "2.7" - - "3.4" - - "3.5" - - "3.6" - - "pypy3" -matrix: - include: - - python: 3.8 - dist: xenial - - python: 3.9 - dist: xenial - - python: pypy - dist: xenial - - python: pypy3 - dist: xenial -services: - - mongodb - - redis-server -before_install: - - pip install --upgrade pip setuptools -install: - - if [[ $TRAVIS_PYTHON_VERSION == pypy* ]]; then pip install "tinydb<4"; fi - - pip install "pymongo<3.13" - - pip install -r requirements.py2.txt - - pip install -r extra.py2.txt -env: - - PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=mongo HTTPBIN=httpbin.bemisc.com - - PIP_TRUSTED_HOST="pypi.python.org pypi.org files.pythonhosted.org" ADAPTER=tiny HTTPBIN=httpbin.bemisc.com -script: python setup.py test