From f675fd41b5a6f545c522e3cdd295fd9e4ac8b8dd Mon Sep 17 00:00:00 2001
From: "John L. Villalovos" <john.l.villalovos@intel.com>
Date: Fri, 28 Aug 2015 11:26:37 -0700
Subject: [PATCH] Have tox run py34 as first test

Hopefully this will minimize errors we see with py34 test failing after
a py27 run.

Change-Id: I0147d6a8af37094280da17d53d0b55d1ee18ad2b
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 63b0fe668..65ffead49 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 minversion = 1.6
 skipsdist = True
-envlist = py27,py34,pep8
+envlist = py34,py27,pep8
 
 [testenv]
 usedevelop = True