mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
Revert emacs 25 version, tool for downloading travis logs.
Update help message in travis as well. Get rid of case-fold check for the moment. It works fine locally, but travis can't seem to wrap its head around the test.
This commit is contained in:
parent
807393d311
commit
6e93522e27
3 changed files with 5 additions and 8 deletions
|
@ -37,7 +37,7 @@ env:
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: EMACS_CI=emacs-25-3 IPYTHON=5.8.0 PY=python PIP="${PY} -m pip install --user"
|
||||
env: EMACS_CI=emacs-25-1 IPYTHON=5.8.0 PY=python PIP="${PY} -m pip install --user"
|
||||
- os: linux
|
||||
env: EMACS_CI=emacs-26-1 IPYTHON=6.5.0 PY=python3 PIP="${PY} -m pip install --user"
|
||||
- os: linux
|
||||
|
@ -88,4 +88,4 @@ script:
|
|||
make test-jupyterhub
|
||||
fi
|
||||
- rm -rf $HOME/.matplotlib $HOME/.cache/fontconfig
|
||||
- make test || ( ( zip -q - log/{testein,testfunc,ecukes}.* 2>/dev/null | uuencode log.zip ) && ( printf "To diagnose, travis logs -i | dos2unix | sed '/^begin 644/,/^end/!d' | uudecode" ) && false)
|
||||
- make test || ( ( zip -q - log/{testein,testfunc,ecukes}.* 2>/dev/null | uuencode log.zip ) && ( printf "To diagnose, travis logs -i | sed '/^begin 664/,/^end/!d' | uudecode" ) && false)
|
||||
|
|
|
@ -168,9 +168,3 @@ Scenario: Test the undo-tree-incompatible logic
|
|||
Given new python notebook
|
||||
And I call "turn-on-undo-tree-mode"
|
||||
Then the value of "undo-tree-mode" is nil
|
||||
|
||||
@case-fold-search-regression
|
||||
Scenario: Check for regression on case-fold-search (issue #600)
|
||||
Given case sensitive checked notebook
|
||||
And I switch to log expr "ein:log-all-buffer-name"
|
||||
Then I should not see "websocket-invalid-header"
|
3
tools/travis-logs.sh
Executable file
3
tools/travis-logs.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
travis logs -i | sed '/^begin 664/,/^end/!d' | uudecode
|
Loading…
Add table
Reference in a new issue