diff --git a/tox.ini b/tox.ini index 5988a12f7..0b262e562 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ deps= 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