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 a6a2461 commit 013b85dCopy full SHA for 013b85d
.travis.yml
@@ -13,6 +13,6 @@ install:
13
- flit install --deps develop
14
script:
15
- if [[ $TRAVIS_PYTHON_VERSION != 3.5 ]]; then export BLACK_SWITCH=--black; fi
16
- - PYTHONPATH=. pytest --cov=get_version $BLACK_SWITCH
+ - PYTHONPATH=. pytest --cov=scanpydoc $BLACK_SWITCH
17
- rst2html.py --halt=2 README.rst >/dev/null
18
after_success: codecov
0 commit comments