Skip to content

Commit

Permalink
Moving SCS install earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Sep 16, 2019
1 parent a853023 commit 06a8204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ before_install:
# - pip install -U --only-binary=numpy, scipy numpy==1.15.4
- |
if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]] ; then
pip install -U --only-binary=numpy --only-binary=scipy numpy=1.15.4 scipy
pip install -U --only-binary=numpy --only-binary=scipy numpy==1.15.4 scipy scs==2.1.1-2
# dask.distributed dropped support for python2 so we need to install the last compatabile version
pip install -U distributed==1.28.1
else
pip3 install -U --only-binary=numpy --only-binary=scipy numpy=1.15.4 scipy
pip3 install -U --only-binary=numpy --only-binary=scipy numpy==1.15.4 scipy scs==2.1.1-2
fi
# - sudo apt-get update
Expand Down

0 comments on commit 06a8204

Please sign in to comment.