OK, try running flakes with 2.7

This commit is contained in:
Thomas Kluyver
2015-07-15 15:52:28 -07:00
committed by Bruno Oliveira
parent 8a0867c580
commit 15497dcd77

View File

@@ -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