Merge pull request #13 from saulshanabrook/patch-1

Add python 3.3 and 3.4 support
This commit is contained in:
Ray Holder 2014-06-26 13:32:46 -05:00
commit 8cd01a05ba

View File

@ -4,6 +4,8 @@ python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- pypy
script: python setup.py test
script: python setup.py test