diff --git a/.travis.yml b/.travis.yml index a4e2d68a9..96963d93e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - "pypy" install: "pip install pytest --use-mirrors" script: py.test