Skip to content

Commit 385d4a5

Browse files
committed
Bug in syntax for old scipy version
1 parent 3a84263 commit 385d4a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ before_script: # configure a headless display to test plot generation
2727
install:
2828
- pip install -r requirements.txt
2929
- pip install numpy>=1.14 # for numpy array formatting in doctests
30-
- pip install scipy<1.3 # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
30+
- pip install "scipy<1.3" # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
3131
- pip install flake8 pytest "pytest-cov<2.6"
3232
- pip install .
3333
# command to run tests + check syntax style

0 commit comments

Comments
 (0)