From 71520d6b0cd3907393173a663e064050be1b8012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Wed, 18 Mar 2020 10:55:00 +0100 Subject: [PATCH] Fix minimal install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 21bc36216..0d414b3c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ install: - | if [ "${DEPS}" == "minimal" ]; then pip install $MINIMAL_DEPENDENCIES - pip install pytest<5.4.0 pytest-cov check-manifest pydocstyle flake8 # for testing + pip install "pytest<5.4.0" pytest-cov check-manifest pydocstyle flake8 # for testing else conda env create -f $CONDA_ENV --name=testenv source activate testenv