Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
impact27 authored Dec 28, 2019
1 parent 6fca90b commit 1abcdfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [ "$USE_CONDA" = "yes" ]; then
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.10.2
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 @@ -80,7 +80,7 @@ else
pip install -q coveralls

# Cython tests are failing with 7.11
conda install -q -y ipython=7.10.2
conda install -q -y ipython<7.11
fi

# Create environment for Jedi environments testsTest for Jedi environments
Expand Down

0 comments on commit 1abcdfb

Please sign in to comment.