From f59ebabbffa476f1f6656dd474f3f76b82999bba Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 13:39:17 +0300 Subject: [PATCH] who needs special pymongo installations? --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad573e9..c309556 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: # - python -m pip install --upgrade pip - pip install pytest --user - pip install codecov --user - - pip install pymongo --user + # - pip install pymongo --user install: pip install ".[test]" --user script: python -m pytest after_success: python -m codecov @@ -37,7 +37,7 @@ matrix: - pip3 install -U pip - pip3 install -U pytest - pip3 install codecov - - pip3 install pymongo + # - pip3 install pymongo script: python3 -m pytest after_success: python 3 -m codecov - name: "Python 3.7.3 on macOS 10.14" @@ -49,7 +49,7 @@ matrix: - pip3 install -U pip - pip3 install -U pytest - pip3 install codecov - - pip3 install pymongo + # - pip3 install pymongo script: python3 -m pytest after_success: python 3 -m codecov # ====== WINDOWS =========