Skip to content

Commit

Permalink
use ipython <7.11 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Dec 28, 2019
1 parent 3b5f264 commit 21b0ae9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21b0ae9

Please sign in to comment.