Re: mx as dependency tox throws GCC error

2015-02-27 Thread M.-A. Lemburg
On 25.02.2015 15:43, Albert-Jan Roskam wrote: > Hi, > > If I pip install the mx package with "pip install egenix-mx-base", it works. > If I put that same pip install command under 'install_command' in my tox.ini > it also works (see below) > > However, if I specify the dependency under 'deps', I

mx as dependency tox throws GCC error

2015-02-25 Thread Albert-Jan Roskam
Hi, If I pip install the mx package with "pip install egenix-mx-base", it works. If I put that same pip install command under 'install_command' in my tox.ini it also works (see below) However, if I specify the dependency under 'deps', I get an error. Any idea why? I read that 'install_command'