From 36e9d8d8ada28e86833d9c7c0b441e3000800a31 Mon Sep 17 00:00:00 2001 From: Romain Tavenard Date: Tue, 2 Jul 2019 09:29:48 +0200 Subject: Bug in syntax for new numpy version (cont'd) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8eaa202..3ed0e72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,7 @@ 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" "scipy<1.3" # for numpy array formatting in doctests - # ^ scipy version: otherwise, pymanopt fails, cf + - pip install "numpy>=1.14" "scipy<1.3" # for numpy array formatting in doctests + scipy version: otherwise, pymanopt fails, cf - python -c "import numpy; import scipy; print(\"numpy: \", numpy.__version__); print(\"scipy: \", scipy.__version__)" - pip install flake8 pytest "pytest-cov<2.6" - pip install . -- cgit v1.2.3