OK, try running flakes with 2.7

This commit is contained in:
Thomas Kluyver 2015-07-15 15:52:28 -07:00
parent d73c8e6a5e
commit 4e98d2b7f1
1 changed files with 1 additions and 1 deletions

View File

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