fix various flakes issues and add "flakes" to tox tests
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -1,5 +1,5 @@
|
||||
[tox]
|
||||
envlist=py26,py32,py33,py34,py27,py27-pexpect,py33-pexpect,py26,py26-old,py33-old
|
||||
envlist=py26,py32,py33,py34,py27,py27-pexpect,py33-pexpect,py26,py26-old,py33-old,flakes
|
||||
|
||||
[testenv]
|
||||
changedir=testing
|
||||
@@ -13,6 +13,11 @@ deps={[testenv]deps}
|
||||
deps={[testenv]deps}
|
||||
pexpect
|
||||
|
||||
[testenv:flakes]
|
||||
changedir=
|
||||
deps = pytest-flakes>=0.2
|
||||
commands = py.test --flakes -m flakes testing xdist
|
||||
|
||||
[testenv:py26-old]
|
||||
deps=
|
||||
pytest==2.4.2
|
||||
|
||||
Reference in New Issue
Block a user