Adds travis support

This commit is contained in:
Abhay Rana 2013-12-05 20:14:45 +05:30
parent 389da396f4
commit 3536201784
2 changed files with 10 additions and 1 deletions

8
.travis.yml Normal file
View 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

View File

@ -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