From 9f01d89cd2f35e13efb2ee281050aaad9483595b Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 14:43:39 +0300 Subject: [PATCH] python -m codecov -> codecov --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d37cb8d..1c4069d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,9 +103,9 @@ install: - echo $TRAVIS_OS_NAME - pip install ".[test]" # - if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && ["$TRAVIS_OS_NAME" == "linux"]; then pip install coverage pytest-cov .; else pip install ".[test]"; fi -script: pytest # python -m pytest +script: pytest after_success: - - python -m codecov # submit coverage to codecov.io + - codecov # submit coverage to codecov.io # deploy: # provider: pypi # user: shaypal5