mirror of https://github.com/captn3m0/hackertray
[ci] Adds coveralls
parent
3117a7948e
commit
5736b65bb4
|
@ -21,3 +21,4 @@ pip-delete-this-directory.txt
|
|||
|
||||
pyvenv.cfg
|
||||
bin/
|
||||
.coverage
|
||||
|
|
|
@ -13,8 +13,11 @@ python:
|
|||
install:
|
||||
- pip install requests
|
||||
- pip install nose
|
||||
- pip install coverage
|
||||
- pip install coveralls
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: nosetests --nocapture
|
||||
script: coverage run --source=hackertray $(which nosetests)
|
||||
after_success: coveralls
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://pypi.python.org/pypi/hackertray/)
|
||||
[](https://pypi.python.org/pypi/hackertray/)
|
||||
[](https://travis-ci.org/captn3m0/hackertray)
|
||||
[](https://travis-ci.org/captn3m0/hackertray) [](https://coveralls.io/github/captn3m0/hackertray?branch=master)
|
||||
|
||||
HackerTray is a simple [Hacker News](https://news.ycombinator.com/) Linux application
|
||||
that lets you view top HN stories in your System Tray. It uses appindicator where available,
|
||||
|
|
Loading…
Reference in New Issue