summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 14:28:11 +0200
committerRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 14:28:11 +0200
commit385d4a543898a7ddb842b983b5f174f8c80636fc (patch)
tree46ee25594a9fba00423cdde9f08c2b1ce41c7577 /.travis.yml
parent3a84263ffe4bbf2ac055dfd5a84e1b65c14f9cda (diff)
Bug in syntax for old scipy version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f004a32..275109c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ before_script: # configure a headless display to test plot generation
install:
- pip install -r requirements.txt
- pip install numpy>=1.14 # for numpy array formatting in doctests
- - pip install scipy<1.3 # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
+ - pip install "scipy<1.3" # otherwise, pymanopt fails, cf <https://github.com/pymanopt/pymanopt/issues/77>
- pip install flake8 pytest "pytest-cov<2.6"
- pip install .
# command to run tests + check syntax style