Skip to content

Commit

Permalink
Add missing dependency (pytest-cov)
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW authored Apr 5, 2020
1 parent 0de25cc commit 2283ab8
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 @@ -14,7 +14,7 @@ install:
- conda info -a
- conda env create -n test-environment -f environment.yml
- source activate test-environment
- conda install pytest codecov -c conda-forge
- conda install pytest codecov pytest-cov -c conda-forge
- pip install .

script:
Expand Down

0 comments on commit 2283ab8

Please sign in to comment.