From 21b0ae926c1a8876c80a40ce2e2a454c313afd4e Mon Sep 17 00:00:00 2001 From: Quentin Peter Date: Sat, 28 Dec 2019 06:27:18 +0100 Subject: [PATCH] use ipython <7.11 for travis --- continuous_integration/travis/install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/continuous_integration/travis/install.sh b/continuous_integration/travis/install.sh index d9ba0e6b269..71ba9f4b170 100755 --- a/continuous_integration/travis/install.sh +++ b/continuous_integration/travis/install.sh @@ -39,6 +39,9 @@ if [ "$USE_CONDA" = "yes" ]; then # Install python-language-server from Github with no deps pip install -q --no-deps git+https://github.com/palantir/python-language-server + + # Cython tests are failing with 7.11 + conda install -q -y "ipython<7.11" else # Downgrade to Python 3.7.3 because 3.7.4 is not pulling # wheels for all packages @@ -75,6 +78,9 @@ else # Install coveralls pip install -q coveralls + + # Cython tests are failing with 7.11 + conda install -q -y "ipython<7.11" fi # Create environment for Jedi environments testsTest for Jedi environments