Skip to content

Commit d750f97

Browse files
committed
Remove spell check dependencies on tox/travis
1 parent db7838d commit d750f97

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ matrix:
2222
env: TOXENV="py37"
2323

2424
before_install:
25-
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y enchant; fi
2625
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
2726
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python3 --version; fi
2827

tox.ini

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ deps =
2727
mypy
2828
pydocstyle
2929
readme_renderer
30-
pylint
31-
git+https://github.com/miyakogi/pyenchant.git
3230
-rrequirements-docs.txt
3331
commands =
3432
doit

0 commit comments

Comments
 (0)