Skip to content

Commit

Permalink
Added pytest-cov to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep committed Aug 18, 2016
1 parent e337a78 commit cd5dd26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -11,7 +11,9 @@ before_install:
install:
- pip install coverage
- pip install pytest
- pip install pytest-cov
- pip install pytest-cookies

script:
- py.test -s -v --cov=.
after_success:
Expand Down

0 comments on commit cd5dd26

Please sign in to comment.