Try running flakes tests with Python 3.4
This commit is contained in:
parent
195422f9c0
commit
d73c8e6a5e
1
tox.ini
1
tox.ini
|
@ -31,6 +31,7 @@ commands=
|
||||||
commands= py.test --genscript=pytest1
|
commands= py.test --genscript=pytest1
|
||||||
|
|
||||||
[testenv:flakes]
|
[testenv:flakes]
|
||||||
|
basepython = python3.4
|
||||||
deps = pytest-flakes>=0.2
|
deps = pytest-flakes>=0.2
|
||||||
commands = py.test --flakes -m flakes _pytest testing
|
commands = py.test --flakes -m flakes _pytest testing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue