From eae2e4285fa818b292bab933e23fa1bbab7d8c74 Mon Sep 17 00:00:00 2001 From: Flaper Fesp Date: Mon, 18 Mar 2013 23:00:18 +0100 Subject: [PATCH] Add py26 to tox.ini Change-Id: I043b8ac5d9c331f92d03267b8d2ae65f6346f222 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8034e9f93..fc04467e5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,pep8 +envlist = py26,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}