From 4e98d2b7f1f54154b0fe95d6997c27c947aeccd8 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 15 Jul 2015 15:52:28 -0700 Subject: [PATCH] OK, try running flakes with 2.7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 30ea86d2d..730f4ccd4 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands= commands= py.test --genscript=pytest1 [testenv:flakes] -basepython = python3.4 +basepython = python2.7 deps = pytest-flakes>=0.2 commands = py.test --flakes -m flakes _pytest testing