Skip to content

Commit f60b1fe

Browse files
committed
Reorder link checks
1 parent cd0b145 commit f60b1fe

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
@@ -18,11 +18,10 @@ matrix:
1818
packages:
1919
- pandoc
2020
script:
21+
- python -m pytest_check_links
2122
- cd docs
2223
- make html
2324
- make linkcheck
24-
- cd ..
25-
- python -m pytest_check_links
2625
cache:
2726
pip: true
2827
directories:

0 commit comments

Comments
 (0)