Skip to content

Commit 8a74c5d

Browse files
authored
Merge pull request jupyter#305 from Carreau/check-spelling
check spelling at build time
2 parents 191cd4e + b79f5b8 commit 8a74c5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ before_install:
1111

1212
install:
1313
- npm install -g csslint
14+
- pip install codespell --user
1415
- bundle install
1516

1617
script:
1718
- bash .travis/cibuild
1819
- csslint _site/css/gallery.css
1920
- csslint _site/css/logo-nav.css
2021
- csslint _site/css/syntax.css
22+
- codespell -q3 --skip='.git,*.svg,*.json,*.yml,*.lock,_site'
2123

2224
# branch whitelist, only for GitHub Pages
2325

0 commit comments

Comments
 (0)