Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from ethanmcc/use-travis
Browse files Browse the repository at this point in the history
Use travis
  • Loading branch information
AWeber Communications committed Aug 15, 2012
2 parents 5a05862 + 5f09ffa commit a03d2fa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python

python:
- "2.6"
- "2.7"

install: "pip install . --use-mirrors"

script: python setup.py nosetests

notifications:
email:
recipients:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. image:: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library.png
:target: https://secure.travis-ci.org/aweber/AWeber-API-Python-Library

About
-----

Expand Down

0 comments on commit a03d2fa

Please sign in to comment.