Re: Any example to use tox framework

2015-03-10 Thread Barry Warsaw
On Mar 10, 2015, at 03:09 PM, Andreas Tille wrote: >and yes, I was formerly doing `/bin/bash run_all_unit_tests.cmd` in >debian rules manually. So you want to tell me that ignoring python-tox >and just do > >override_dh_auto_test: > cd ruffus/test && \ > sh ./run_all_unit_tests.cmd &&

Re: Any example to use tox framework

2015-03-10 Thread Andreas Tille
Hi Barry, On Tue, Mar 10, 2015 at 09:56:24AM -0400, Barry Warsaw wrote: > On Mar 10, 2015, at 01:32 PM, Andreas Tille wrote: > > >export PYBUILD_TEST_TOX=1 > > I'm not sure what's going on in your specific example, but in general I've > found it less problematic to unpack the tox.ini commands an

Re: Any example to use tox framework

2015-03-10 Thread Barry Warsaw
On Mar 10, 2015, at 01:32 PM, Andreas Tille wrote: >export PYBUILD_TEST_TOX=1 I'm not sure what's going on in your specific example, but in general I've found it less problematic to unpack the tox.ini commands and run them directly in d/rules, rather than invoked through tox. YMMV. Cheers, -Bar

Any example to use tox framework

2015-03-10 Thread Andreas Tille
Hi, I'm working on python-ruffus (current work not commited to Git since upstream is preparing a new version - I'm fine to inject Beta to Git if the abstract description of the problem is not sufficient). Upstream said it works with tox and thus I tried in debian/rules: export PYBUILD_TEST_TOX=