Commit dd55476f authored by Tres Seaver's avatar Tres Seaver

Add testing support for Python 3.4.

parent 8feeb1f9
......@@ -4,6 +4,7 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4
before_install:
# Workaround for a permissions issue with Travis virtual machine images
# that breaks Python's multiprocessing:
......
[tox]
envlist =
py26,py27,py32,py33,simple
py26,py27,py32,py33,py34,simple
[testenv]
commands =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment