From ec81311a9ad132c38856f6a79d0384a6344d970c Mon Sep 17 00:00:00 2001 From: Daniel Rose Date: Mon, 18 May 2020 22:08:09 +0200 Subject: [PATCH] simplified install instructions for travis CI to try to fix CI tests --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 469361f1..3703cf14 100755 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,7 @@ python: # install dependencies install: - - python setup.py sdist - - pip install -r requirements.txt - - python setup.py install + - pip install .[all] # run tests script: