From 29222dffc9d92446f6064868c316936cd3bee162 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 26 Oct 2010 10:09:41 +0200 Subject: [PATCH] add a genscript target --HG-- branch : trunk --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tox.ini b/tox.ini index 26d34c0f8..982d61158 100644 --- a/tox.ini +++ b/tox.ini @@ -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