From 63c55076cfd7389d5da643e2da390a9bc4b3d9a6 Mon Sep 17 00:00:00 2001 From: dickmao Date: Sat, 22 Jun 2019 14:28:26 -0400 Subject: [PATCH] the edge of jedi==0.14.0 is too sharp --- .travis.yml | 2 +- Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2c06c3..73eaf3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ install: eval "$(pyenv init -)" ; pyenv activate $TOXENV ; fi - - pip install jupyter ipython\<=$IPYTHON + - pip install jupyter ipython\<=$IPYTHON jedi\<=0.13.3 - pip install numpy - pip install matplotlib - | diff --git a/Makefile b/Makefile index 1fc51ca..7466df9 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ quick: test-compile test-unit test-jupyterhub: # jupyterhub slightly temperamental with json-readtable-error # seems to be affecting ob-ipython too but probably my bug.. just need to find it - -cask exec ecukes --tags @jupyterhub + -cask exec ecukes --tags @jupyterhub --reporter magnars .PHONY: test test: quick test-int test-poly @@ -74,12 +74,12 @@ test: quick test-int test-poly test-poly: cask exec ert-runner -L ./lisp -L ./test -l test/testfunc.el test/test-poly.el test/test-func.el cp test/test-poly.el features/support/test-poly.el - cask exec ecukes; (ret=$$? ; rm -f features/support/test-poly.el && exit $$ret) + cask exec ecukes --reporter magnars ; (ret=$$? ; rm -f features/support/test-poly.el && exit $$ret) .PHONY: test-int test-int: cask exec ert-runner -L ./lisp -L ./test -l test/testfunc.el test/test-func.el - cask exec ecukes + cask exec ecukes --reporter magnars .PHONY: test-unit test-unit: