Skip to content

Commit 36beea9

Browse files
committed
Fix link check
1 parent 4a1e86c commit 36beea9

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
@@ -27,7 +27,7 @@ script:
2727
- py.test
2828
- npm test
2929
# Check links in markdown files:
30-
- python -m pytest_check_links --link-ext=md -k .md
30+
- python -m pytest_check_links -k .md
3131
# Check docs can be build + links
3232
- pushd docs
3333
- make html

0 commit comments

Comments
 (0)