trying to fix mac 2.7 tests again

This commit is contained in:
Shay Palachy
2019-07-13 20:27:42 +03:00
parent 48ddb2df6d
commit d9eebed0c0
+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]"; 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: