From ac788ee4dd267b40a6860fe170218c1ddfb13bc1 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Thu, 20 Apr 2017 12:42:15 +0300 Subject: [PATCH] travis bugfix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0333f2c..83f9890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: - pip install codecov install: - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install pytest coverage pytest-cov; else pip install ".[test]"; fi -script: pytest --cov=cachier +script: python -m pytest --cov=cachier # submit coverage after_success: # - coveralls