Add python 3.3 and 3.4 support

This commit is contained in:
Saul Shanabrook 2014-06-26 12:46:21 -04:00
parent 52ebba0af2
commit 9e60bac40a
1 changed files with 3 additions and 1 deletions

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