summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 14:23:14 +0200
committerRomain Tavenard <romain.tavenard@univ-rennes2.fr>2019-07-01 14:23:14 +0200
commit3a84263ffe4bbf2ac055dfd5a84e1b65c14f9cda (patch)
treefc5837b865f05765c89712c2be77e6b3db426a7e /.travis.yml
parent1fe13ed9cdda363c95c84f95fc70dcd95ac276f1 (diff)
Set numpy array formatting version to post-1.13
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index da68c96..f004a32 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,8 @@ before_script: # configure a headless display to test plot generation
# command to install dependencies
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 flake8 pytest "pytest-cov<2.6"
- pip install .
# command to run tests + check syntax style