Try running flakes tests with Python 3.4

This commit is contained in:
Thomas Kluyver 2015-07-15 15:49:15 -07:00
parent 195422f9c0
commit d73c8e6a5e
1 changed files with 1 additions and 0 deletions

View File

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