File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -507,8 +507,7 @@ install:
507507 - if [ "$TRAVIS_DIST" != "bionic" -o "$PYTHON" == "python3" ]; then pip install --user numpy; fi
508508 - if [ "$TASK" = "coverage" ]; then pip install --user cpp-coveralls; fi
509509 - if [ "$TASK" = "flake8" ]; then pip install --user flake8; fi
510- - if [ "$TASK" = "codespell" ]; then pip3 install -U setuptools>=64; fi
511- - if [ "$TASK" = "codespell" ]; then pip3 install --user git+https://github.com/codespell-project/codespell.git; fi
510+ - if [ "$TASK" = "codespell" ]; then pip3 install --user codespell==2.2.1; fi
512511 - if [ "$TASK" = "jshint" ]; then npm --verbose install -g grunt-cli; fi
513512 - if [ "$TASK" = "jshint" ]; then grunt --version --verbose; fi
514513# Installing via the addon isn't currently working so do it the old fashioned way
You can’t perform that action at this time.
0 commit comments