OK, try running flakes with 2.7
This commit is contained in:
parent
d73c8e6a5e
commit
4e98d2b7f1
2
tox.ini
2
tox.ini
|
@ -31,7 +31,7 @@ commands=
|
||||||
commands= py.test --genscript=pytest1
|
commands= py.test --genscript=pytest1
|
||||||
|
|
||||||
[testenv:flakes]
|
[testenv:flakes]
|
||||||
basepython = python3.4
|
basepython = python2.7
|
||||||
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