Skip to content

Commit

Permalink
Fix minimal install
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Mar 18, 2020
1 parent c86279a commit 71520d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71520d6

Please sign in to comment.