Added test name to runner

api-breakage
Morty Space 6 years ago
parent bc969891fe
commit 189cdf227c
  1. 3
      .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:

Loading…
Cancel
Save