We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfc017 commit 1e2aa11Copy full SHA for 1e2aa11
.travis.yml
@@ -15,6 +15,6 @@ before_script:
15
- pip install -r requirements.txt # fast fail on black, flake8, validate_filenames
16
script:
17
- mypy --ignore-missing-imports .
18
- - pytest --doctest-modules --cov-report=term-missing:skip-covered --cov=. .
+ - pytest --doctest-modules --durations=10 --cov-report=term-missing:skip-covered --cov=. .
19
after_success:
20
- scripts/build_directory_md.py 2>&1 | tee DIRECTORY.md
0 commit comments