trying to fix mac 2.7 tests again 2

This commit is contained in:
Shay Palachy
2019-07-13 20:29:12 +03:00
parent d9eebed0c0
commit 48d1359941
+1 -1
View File
@@ -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: