We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85f616 commit cb919a3Copy full SHA for cb919a3
.travis.yml
@@ -28,7 +28,7 @@ install:
28
- 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>
31
- - python -c "import numpy; import scipy; print('numpy: ', numpy.__version__); print('scipy: ', scipy.__version__)"
+ - python -c "import numpy; import scipy; print(\"numpy: \", numpy.__version__); print(\"scipy: \", scipy.__version__)"
32
- pip install flake8 pytest "pytest-cov<2.6"
33
- pip install .
34
# command to run tests + check syntax style
0 commit comments