mirror of
https://github.com/captn3m0/hackertray.git
synced 2024-09-17 01:40:25 +00:00
Adds travis support
This commit is contained in:
parent
389da396f4
commit
3536201784
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -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
|
||||
|
||||
[![HackerTray on crate.io](https://pypip.in/v/hackertray/badge.png)](https://crate.io/packages/hackertray/)
|
||||
[![HackerTray on PyPi](https://pypip.in/d/hackertray/badge.png)](https://pypi.python.org/pypi/hackertray/)
|
||||
[![Build Status](https://travis-ci.org/captn3m0/hackertray.png?branch=master)](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
Block a user