Skip to content

Commit

Permalink
Add missing test dependencies
Browse files Browse the repository at this point in the history
modified:   .travis.yml
  • Loading branch information
jugmac00 committed Oct 1, 2020
1 parent 7567e2e commit 2b867d3
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 @@ -9,7 +9,7 @@ python:
install:
- pip install -U pip
- pip install -e .
- pip install coveralls
- pip install coveralls pytest pytest-cov

script: pytest --cov-report html --cov=src/Products/ZopeTree

Expand Down

0 comments on commit 2b867d3

Please sign in to comment.