From 522f01db9d7f9aaa2e9fe6a00742c743efea5f31 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 20 Apr 2017 15:24:54 +0300 Subject: [PATCH] add explicit installation of pymongo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 99531a8..bbd322e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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