From 48d13599417b4d04f285d66abc06d9cec402f816 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sat, 13 Jul 2019 20:29:12 +0300 Subject: [PATCH] trying to fix mac 2.7 tests again 2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 77a533b..7036276 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] --user"; 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: