Skip to content

Commit

Permalink
prompt_toolkit on same line
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Aug 17, 2020
1 parent 3dc8b99 commit a49a7b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a49a7b7

Please sign in to comment.