Skip to content

Commit

Permalink
TESTS: Try to fix CI (#361)
Browse files Browse the repository at this point in the history
* TESTS: Try to fix CI

pytest-sugar currently doesn't support pytest 5.4, see
Teemu/pytest-sugar#187

* Fix minimal install

* Update doc env too
  • Loading branch information
hoechenberger committed Mar 18, 2020
1 parent 8083443 commit 007f763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,7 @@ install:
- |
if [ "${DEPS}" == "minimal" ]; then
pip install $MINIMAL_DEPENDENCIES
pip install pytest 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
2 changes: 1 addition & 1 deletion doc/environment.yml
Expand Up @@ -17,7 +17,7 @@ dependencies:
- pybv
- nilearn
- flake8
- pytest
- pytest<5.4
- pytest-cov
- pytest-sugar
- pytest-faulthandler
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- pybv
- nilearn
- flake8
- pytest
- pytest<5.4
- pytest-cov
- pytest-sugar
- pytest-faulthandler
Expand Down

0 comments on commit 007f763

Please sign in to comment.