Try running flakes tests with Python 3.4
This commit is contained in:
parent
d4789f1ac4
commit
8a0867c580
1
tox.ini
1
tox.ini
|
@ -23,6 +23,7 @@ deps=
|
||||||
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