We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7838d commit d750f97Copy full SHA for d750f97
.travis.yml
@@ -22,7 +22,6 @@ matrix:
22
env: TOXENV="py37"
23
24
before_install:
25
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y enchant; fi
26
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
27
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python3 --version; fi
28
tox.ini
@@ -27,8 +27,6 @@ deps =
mypy
pydocstyle
29
readme_renderer
30
- pylint
31
- git+https://github.com/miyakogi/pyenchant.git
32
-rrequirements-docs.txt
33
commands =
34
doit
0 commit comments