Skip to content

Commit 36e9d8d

Browse files
committed
Bug in syntax for new numpy version (cont'd)
1 parent cb919a3 commit 36e9d8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ before_script: # configure a headless display to test plot generation
2626
# command to install dependencies
2727
install:
2828
- pip install -r requirements.txt
29-
- pip install "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests
30-
# ^ scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
29+
- pip install "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests + scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
3130
- python -c "import numpy; import scipy; print(\"numpy: \", numpy.__version__); print(\"scipy: \", scipy.__version__)"
3231
- pip install flake8 pytest "pytest-cov<2.6"
3332
- pip install .

0 commit comments

Comments
 (0)