From 069fb6ae682226c578154fe021ade4f2582fea58 Mon Sep 17 00:00:00 2001 From: Mengyang Li Date: Mon, 28 Jan 2019 16:48:35 -0800 Subject: [PATCH] update pytest to latest as well --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3d0d04c..c7dd66d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,11 @@ matrix: before_install: # coverage submission packages - pip install -U pip + - pip install -U pytest - 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 + - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install coverage pytest-cov .; else pip install ".[test]"; fi script: python -m pytest --cov=cachier # submit coverage after_success: