Merge "Work toward Python 3.4 support and testing"

This commit is contained in:
Jenkins 2014-12-29 19:40:13 +00:00 committed by Gerrit Code Review
commit 5cae323d2b

View File

@ -1,8 +1,8 @@
[tox]
# py33 tests should be runned before py27
# py33/py34 tests should be run before py27
# it is a workaround for testr bug
# https://bugs.launchpad.net/testrepository/+bug/1229445
envlist = py33,py27,pep8
envlist = py33,py34,py27,pep8
minversion = 1.6
skipsdist = True