From d73c8e6a5e7ea3b8a570f2c6ea3e6ad5eb4ca2de Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 15 Jul 2015 15:49:15 -0700 Subject: [PATCH] Try running flakes tests with Python 3.4 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d53d79d5b..30ea86d2d 100644 --- a/tox.ini +++ b/tox.ini @@ -31,6 +31,7 @@ commands= commands= py.test --genscript=pytest1 [testenv:flakes] +basepython = python3.4 deps = pytest-flakes>=0.2 commands = py.test --flakes -m flakes _pytest testing