add a test created from jgustak (but add the related env feature to execnet where it
is separately tested)
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -9,17 +9,18 @@ sdistsrc={distshare}/pytest-xdist-**LATEST**
|
||||
changedir=testing
|
||||
deps=
|
||||
{distshare}/py-**LATEST**
|
||||
{distshare}/execnet-**LATEST**
|
||||
commands=
|
||||
py.test -rsfxX --tools-on-path \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
[testenv:py27]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
{distshare}/py-**LATEST**
|
||||
{distshare}/execnet-**LATEST**
|
||||
[testenv:py26]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
{distshare}/py-**LATEST**
|
||||
{distshare}/execnet-**LATEST**
|
||||
pexpect
|
||||
#[testenv:py26-py132]
|
||||
#basepython=python2.6
|
||||
|
||||
Reference in New Issue
Block a user