[TIP] Testing a binary distribution with Tox

Robert Collins robertc at robertcollins.net
Sun Jun 21 16:02:14 PDT 2015


On 21 June 2015 at 12:09, André Caron <andre.l.caron at gmail.com> wrote:
> Hi Rob,
>
> Thanks for replying!
>
> Maybe I' just still new to this thing, but isn't "usedevelop=False" the
> default configuration?  I normally don't use the "usedevelop" nor the
> "--develop" CLI option, so I guess I'm already doing this.
>
> Also, it looks like Tox uses "python setup.py sdist" to generate my package.
> I would like for it to test -- in addition to "sdist" -- using "python
> setup.py bdist_wheel" to make sure the binary distribution is good to go as
> well.

Yah, you could have an install_command that does that with a bit of
fiddling I suspect.

-Rob


-- 
Robert Collins <rbtcollins at hp.com>
Distinguished Technologist
HP Converged Cloud



More information about the testing-in-python mailing list