parthrbhatt / pyShortUrl

URL Shortening lib written in Python. pyShortUrl currently supports url shortening with several domains: goo.gl, bit.ly, git.io, j.mp, bitly.com, tinyurl.com, v.gd & is.gd.
24 stars 11 forks source link

Travis CI integration #4

Closed parthrbhatt closed 12 years ago

parthrbhatt commented 12 years ago

Add travis CI integration so that the project and be built and unit tests can be run regularly.

Docs: http://about.travis-ci.org/docs/user/languages/python/

parthrbhatt commented 12 years ago

Done ! Every checkin triggers a build and the README.rst displays current build status.