Reorder py27 test to happen after py3 tests

This prevents hitting bug #1229445

Change-Id: I39c4919e696059e21664cae2da40f5e916b0d276
This commit is contained in:
Gregory Haynes 2015-02-11 18:07:44 -08:00 committed by greghaynes
parent ac0f86858d
commit 61951bc77c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py27,py34,pep8
envlist = py34,py27,pep8
[testenv]
usedevelop = True