From 4aa07fc212ce1e32018670d921cb3d0d9e17c7f0 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Sun, 14 Jul 2019 14:34:06 +0300 Subject: [PATCH] do I need python -m pytest? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c309556..d37cb8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ 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: python -m pytest +script: pytest # python -m pytest after_success: - python -m codecov # submit coverage to codecov.io # deploy: