Skip to content

Commit

Permalink
build: spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Aug 24, 2018
1 parent a39ff28 commit ce84501
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
# package building added here purely to fail-fast if is broken
- python setup.py sdist bdist_wheel
- python -m tox
- npm install && npm run spell
env: TOXENV=lint
python: "2.7"
language: nodejs
Expand Down
3 changes: 2 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
".eggs"
],
"ignoreWords": [
"I18NSPHINXOPTS"
"I18NSPHINXOPTS",
"hdost"
]
}
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ pep8ignore = E501 E265 E127 E901 E128 E402
pep8maxlinelength = 1024

# pytest-timeout
timeout = 60
timeout = 60
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,6 @@ whitelist_externals =

[testenv:lint]
commands=
pip install -q -rrequirements.txt -rrequirements-dev.txt
bash -c "npm install && npm run spell"
python -m pre_commit run --all

0 comments on commit ce84501

Please sign in to comment.