Try running flakes tests with Python 3.4

This commit is contained in:
Thomas Kluyver 2015-07-15 15:49:15 -07:00 committed by Bruno Oliveira
parent d4789f1ac4
commit 8a0867c580
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ deps=
commands= py.test --genscript=pytest1
[testenv:flakes]
basepython = python3.4
deps = pytest-flakes>=0.2
commands = py.test --flakes -m flakes _pytest testing