Skip to content

Commit a525ea2

Browse files
authored
Switch to the last version of codespell with the older setuptools
1 parent 0b46f73 commit a525ea2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)