Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Commit afa68ea

Browse files
authored
Update .travis.yml
1 parent c4f65de commit afa68ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ script:
1515
- tox
1616
- make -C docs/ html
1717
- touch docs/_build/html/.nojekyll
18-
- if [[ ${$TRAVIS_PYTHON_VERSION} == "3.8.5" ]]; then coverage run --source mdgen -m pytest;
19-
- coverage report -m
18+
- if [[ ${TRAVIS_PYTHON_VERSION} == "3.8.5" ]]; then coverage run --source mdgen -m pytest && coverage report -m; fi
2019

2120
after_success:
2221
- coveralls

0 commit comments

Comments
 (0)