add a genscript target

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-10-26 10:09:41 +02:00
parent 90c1084a88
commit 29222dffc9
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ deps=
pypi pexpect
pypi nose
[testenv:genscript]
changedir=.
commands= py.test --genscript=pytest1
deps=pylib
[testenv:py27-xdist]
basepython=python2.7
deps=pytest-xdist