diff --git a/.travis.yml b/.travis.yml index 31090f2..5fe3760 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" install: python setup.py build script: python setup.py test -q