From 189cdf227cecc8216fe0f0f4afefb38ae551f82b Mon Sep 17 00:00:00 2001 From: Morty Space Date: Wed, 5 Feb 2020 01:18:59 +0200 Subject: [PATCH] Added test name to runner --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad51dc4..8559cd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ install: - pip install -e ".[dev]" script: - cd docs && make doctest && cd .. - - pytest --cov . --cov-report xml:coverage.xml + - pytest --co . + - pytest -v --cov . --cov-report xml:coverage.xml env: global: