Commit bbd3c2a9 authored by Kevin Lyda's avatar Kevin Lyda 💬
Browse files

Test for python 3.3.

parent db1beef2
......@@ -3,6 +3,7 @@ python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "pypy"
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --quiet install unittest2; fi
......
[tox]
envlist=py26,py27,py32,pypy
envlist=py26,py27,py32,py33,pypy
[testenv]
commands=python setup.py test
......
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