Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
- ethanm@aweber.com
- jasons@aweber.com
- edl@aweber.com
- chrism@aweber.com
- amberh@aweber.com
- johnb@aweber.com
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