From a49a7b753e42672c875ce9ad8e4064a4a2f36aab Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier <bussonniermatthias@gmail.com> Date: Mon, 17 Aug 2020 11:34:37 -0700 Subject: [PATCH] prompt_toolkit on same line --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f4d285c7..932093b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,7 @@ install: pip install -U "pexpect>=3.3" pyflakes pytest epydoc rlipython requests jupyter flaky flake8; else pip install -U git+https://github.com/asmeurer/jupyter_console@display_completions; - pip install -U "pexpect>=3.3" pyflakes pytest rlipython requests jupyter flaky flake8 'notebook<6.1'; - pip install 'prompt_toolkit<3.0.6'; + pip install -U "pexpect>=3.3" pyflakes pytest rlipython requests jupyter flaky flake8 'notebook<6.1' 'prompt_toolkit<3.0.6'; fi - if [[ "${DOCS}" == "true" ]]; then pip install sphinx sphinx_rtd_theme sphinx-autodoc-typehints;