We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2805399 + 1badbb1 commit 9318917Copy full SHA for 9318917
.travis.yml
@@ -258,7 +258,7 @@ install:
258
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user numpy; fi
259
- if [ "$TASK" = "coverage" ]; then pip install --user cpp-coveralls; fi
260
- if [ "$TASK" = "flake8" ]; then pip install --user flake8; fi
261
- - if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/lucasdemarchi/codespell.git; fi
+ - if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
262
- if [ "$TASK" = "jshint" ]; then npm install -g grunt-cli; fi
263
264
before_install:
0 commit comments