Skip to content

Commit

Permalink
Merge pull request #63 from recurly/add_travis
Browse files Browse the repository at this point in the history
Adding travis integration
  • Loading branch information
Chris Eigner committed Jan 3, 2014
2 parents 81787e0 + 19cff2e commit 47acc7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*.egg
*.egg-info
*.pyc
.*
.yardoc
build
dist
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "2.7"
install:
- pip install mock iso8601 backports.ssl-match-hostname --use-mirrors
- python setup.py install
script:
- python -m unittest discover -s tests
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. image:: https://travis-ci.org/recurly/recurly-client-python.png?branch=master
:target: https://travis-ci.org/recurly/recurly-client-python

Recurly Python Client
=====================

Expand Down

0 comments on commit 47acc7d

Please sign in to comment.