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