Skip to content

Commit cb919a3

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

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
@@ -28,7 +28,7 @@ install:
2828
- pip install -r requirements.txt
2929
- pip install "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests
3030
# ^ scipy version: otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
31-
- python -c "import numpy; import scipy; print('numpy: ', numpy.__version__); print('scipy: ', scipy.__version__)"
31+
- python -c "import numpy; import scipy; print(\"numpy: \", numpy.__version__); print(\"scipy: \", scipy.__version__)"
3232
- pip install flake8 pytest "pytest-cov<2.6"
3333
- pip install .
3434
# command to run tests + check syntax style

0 commit comments

Comments
 (0)