Skip to content

Commit

Permalink
Give detailed coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
g2p committed Nov 23, 2012
1 parent 6d2354c commit 11cb039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ script:
# Another integration test, where we must download # Another integration test, where we must download
- cp -t bin virtualenv.py; coverage run bin/virtualenv.py --distribute ./test-venv-02 - cp -t bin virtualenv.py; coverage run bin/virtualenv.py --distribute ./test-venv-02
# How was our test coverage? # How was our test coverage?
- coverage report - coverage report --show-missing
notifications: notifications:
irc: irc:
channels: "irc.freenode.org#pip" channels: "irc.freenode.org#pip"
Expand Down

0 comments on commit 11cb039

Please sign in to comment.