We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284b31e commit 4b12e48Copy full SHA for 4b12e48
.travis.yml
@@ -15,3 +15,4 @@ install:
15
- pip install --upgrade -e ".[test, examples]"
16
script:
17
- py.test -l --nbval-lax --current-env examples
18
+ - python -m pytest_check_links
README.md
@@ -2,7 +2,7 @@
2
3
A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
4
5
-
+
6
7
## Getting Started
8
pytest.ini
@@ -0,0 +1,2 @@
1
+[pytest]
+norecursedirs = .git node_modules htmlcov .ipynb_checkpoints
setup.py
@@ -55,6 +55,7 @@
55
'extras_require': {
56
'test': [
57
'nbval',
58
+ 'pytest-check-links',
59
],
60
'examples': [
61
'scipy',
0 commit comments