diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ee315af --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.rst b/README.rst index 9dfc24d..cf60fc0 100644 --- a/README.rst +++ b/README.rst @@ -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 -----