Merge pull request #1234 from python-pillow/tox_py34

Add Python 3.4 to tox.ini
This commit is contained in:
Hugo 2015-05-18 13:15:27 +03:00
commit 8ae24eca93

View File

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py26, py27, py32, py33
envlist = py26, py27, py32, py33, py34
[testenv]
commands =