Skip to content

Commit 4b12e48

Browse files
committed
Also check links in Travis
1 parent 284b31e commit 4b12e48

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ install:
1515
- pip install --upgrade -e ".[test, examples]"
1616
script:
1717
- py.test -l --nbval-lax --current-env examples
18+
- python -m pytest_check_links

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
44

5-
![Screencast](/screencast.gif)
5+
![Screencast](screencast.gif)
66

77
## Getting Started
88

Diff for: pytest.ini

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
norecursedirs = .git node_modules htmlcov .ipynb_checkpoints

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'extras_require': {
5656
'test': [
5757
'nbval',
58+
'pytest-check-links',
5859
],
5960
'examples': [
6061
'scipy',

0 commit comments

Comments
 (0)