mirror of
https://github.com/wassname/cachier.git
synced 2026-09-09 11:19:08 +08:00
add explicit installation of pymongo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user