Skip to content

Commit 013b85d

Browse files
committed
Fixed coverage
1 parent a6a2461 commit 013b85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ install:
1313
- flit install --deps develop
1414
script:
1515
- if [[ $TRAVIS_PYTHON_VERSION != 3.5 ]]; then export BLACK_SWITCH=--black; fi
16-
- PYTHONPATH=. pytest --cov=get_version $BLACK_SWITCH
16+
- PYTHONPATH=. pytest --cov=scanpydoc $BLACK_SWITCH
1717
- rst2html.py --halt=2 README.rst >/dev/null
1818
after_success: codecov

0 commit comments

Comments
 (0)