Skip to content

Commit

Permalink
2017-08-31
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Aug 31, 2017
1 parent c4cae8a commit 7a38465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ install:
- pip install --upgrade pytest-cov # Upgrade pytest-cov to latest
- pip install coveralls # Install coverall
script:
- pytest tests --cov=learn_coverage
- pytest tests --cov=elementary_math
notifications:
slack:
on_success: never
Expand Down
2 changes: 1 addition & 1 deletion start-a-project/template/.travis.yml
Expand Up @@ -10,7 +10,7 @@ install:
- pip install --upgrade pytest-cov # Upgrade pytest-cov to latest
- pip install coveralls # Install coverall
script:
- pytest tests --cov=learn_coverage
- pytest tests --cov={{ package_name }}
notifications:
slack:
on_success: never
Expand Down

0 comments on commit 7a38465

Please sign in to comment.