Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
Adjust coverage requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson committed Dec 19, 2019
1 parent eb8ee44 commit d2fadef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependencies # Install with sudo as tests not run as superuser in circleci/python
command: sudo pip install flake8 pytest pydocstyle numpy sympy coverage coveralls --upgrade
command: sudo pip install flake8 pytest pydocstyle numpy sympy 'coverage<5' coveralls --upgrade
- run:
name: Install FIAT
command: pip install . --user
Expand Down

0 comments on commit d2fadef

Please sign in to comment.