# HG changeset patch -- Bitbucket.org # Project py-trunk # URL http://bitbucket.org/hpk42/py-trunk/overview # User holger krekel <hol...@merlinux.eu> # Date 1278338121 -7200 # Node ID 1b424c45071a10b74c508f68cf2837ef86286aaa # Parent 6d3330c22593bd7ffd3436766f12b95fc863baae updating tox.ini to new format
--- a/tox.ini +++ b/tox.ini @@ -1,10 +1,16 @@ +[tox] +distshare={homedir}/.tox/distshare + +[tox:hudson] +distshare={toxworkdir}/distshare + [testenv] -changedir=testing +changedir=testing commands= py.test --confcutdir=.. -rfsxX --junitxml=junit-{envname}.xml --tools-on-path [] -deps=pexpect +deps= + pexpect [testenv:py27] -distribute=True basepython=python2.7 [testenv:py26] basepython=python2.6 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,7 @@ graft contrib graft bin graft testing #exclude *.orig +#exclude *.orig #exclude *.rej #exclude .hginore #exclude *.pyc _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn