From d9eebed0c01303358439fbd1d92d03aa1c2efd85 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 20:27:42 +0300 Subject: [PATCH] trying to fix mac 2.7 tests again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b3e803..77a533b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -101,7 +101,7 @@ before_install: - pip install pymongo install: - echo $TRAVIS_OS_NAME - - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && ["$TRAVIS_OS_NAME" == "linux"]; then pip install coverage pytest-cov .; else pip install ".[test]"; fi + - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && ["$TRAVIS_OS_NAME" == "linux"]; then pip install coverage pytest-cov .; else pip install ".[test] --user"; fi script: python -m pytest # submit coverage after_success: