You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ install:
284
284
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user numpy; fi
285
285
- if [ "$TASK" = "coverage" ]; then pip install --user cpp-coveralls; fi
286
286
- if [ "$TASK" = "flake8" ]; then pip install --user flake8; fi
287
-
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/lucasdemarchi/codespell.git; fi
287
+
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
288
288
- if [ "$TASK" = "jshint" ]; then npm install -g grunt-cli; fi
289
289
# If this causes SSL errors, then Sourceforge is probably in disaster recovery mode and needing Javascript. Could switch to a specific mirror, e.g. kent.dl.sourceforge.net
290
290
- if [ "$TASK" = "pychecker" -o "$TASK" = "pychecker-wip" ]; then pip install --user http://sourceforge.net/projects/pychecker/files/pychecker/0.8.19/pychecker-0.8.19.tar.gz/download; fi
0 commit comments