diff --git a/.travis.yml b/.travis.yml
index 28eef4ee9158385205a2d5dbb670938b13b689c1..86361c8bcd246d88b7a2cb3ebb89c5f094f903e4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,8 @@ language: python
 python:
   - "2.6"
   - "2.7"
+  - "3.3"
+  - "3.4"
 
 install:
   - python setup.py install
diff --git a/tox.ini b/tox.ini
index 9bb857b25d350bef4c5562efc16aa8c6bdc756fc..17a0f7ac18150ea340e04376b759d6046f8cc98d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
-envlist = py26,py27
+envlist = py26,py27,py34
 [testenv]
 deps=pytest
     pytest-pep8
     responses
-commands=py.test -v --pep8 mwclient tests
\ No newline at end of file
+commands=py.test -v --pep8 mwclient tests