Commit e4a9cafa by Gabriel

Enable Python 3.3 tox tests by default.

parent 03199131
...@@ -48,7 +48,7 @@ To test compatibility across Python releases:: ...@@ -48,7 +48,7 @@ To test compatibility across Python releases::
tox tox
rfc6266 is currently tested under Python 2.7, Python 2.6, rfc6266 is currently tested under Python 2.7, Python 2.6,
Python 3.2, and PyPy (1.7). Python 3.3, Python 3.2, and PyPy (1.7).
References References
~~~~~~~~~~ ~~~~~~~~~~
......
[tox] [tox]
envlist=py27,py26,py32,pypy envlist=py27,py26,py32,py33,pypy
[testenv] [testenv]
deps= deps=
......
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