add explicit installation of pymongo

This commit is contained in:
Shay Palachy
2017-04-20 15:24:54 +03:00
parent ec89193803
commit 522f01db9d
+1
View File
@@ -10,6 +10,7 @@ notifications:
before_install:
# coverage submission packages
- pip install codecov
- pip install pymongo
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install pytest coverage pytest-cov .; else pip install ".[test]"; fi
script: python -m pytest --cov=cachier