diff --git a/.travis.yml b/.travis.yml index 16ca240..da54a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - '2.6' - '2.7' +- '3.2' +- '3.3' - '3.4' install: - pip install -r requirements.txt diff --git a/README.md b/README.md index 2eec897..a5cc63c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the python wrapper for the Lob.com API. See full Lob.com documentation [here](https://lob.com/docs/python). -This wrapper supports Python 2.6, 2.7, and 3.4 and works in the object oriented style. That is, to make calls you have to call the method on a class and the return types are python objects. To get a `dict` on any object, you can call the `to_dict()` method of the object. +This wrapper supports Python 2.6, 2.7, 3.2, 3.3, and 3.4 and works in the object oriented style. That is, to make calls you have to call the method on a class and the return types are python objects. To get a `dict` on any object, you can call the `to_dict()` method of the object. ## Table of Contents