Adds travis support
This commit is contained in:
parent
389da396f4
commit
3536201784
|
@ -0,0 +1,8 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- pip install requests
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script: python hackertray/hn_test.py
|
|
@ -3,6 +3,7 @@ HackerTray
|
|||
|
||||
[](https://crate.io/packages/hackertray/)
|
||||
[](https://pypi.python.org/pypi/hackertray/)
|
||||
[](https://travis-ci.org/captn3m0/hackertray)
|
||||
|
||||
HackerTray is a simple [Hacker News](https://news.ycombinator.com/) Linux application
|
||||
that lets you view top HN stories in your System Tray. It relies on appindicator, so
|
||||
|
@ -72,4 +73,4 @@ Support this project and [others by captn3m0][gittip] via [gittip][].
|
|||
[gittip]: https://www.gittip.com/captn3m0/
|
||||
|
||||
##Licence
|
||||
Licenced under the MIT Licence
|
||||
Licenced under the MIT Licence
|
||||
|
|
Loading…
Reference in New Issue