OK, try running flakes with 2.7
This commit is contained in:
parent
8a0867c580
commit
15497dcd77
2
tox.ini
2
tox.ini
|
@ -23,7 +23,7 @@ deps=
|
||||||
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