[pytest-dev] Setting up tox
Brianna Laugher
brianna.laugher at gmail.com
Wed Apr 16 23:39:34 CEST 2014
On 16 April 2014 16:44, holger krekel <holger at merlinux.eu> wrote:
>
> > I can manually pip install nose, mock and pytest-flakes, but I don't know
> > how to make python3.3 (which I have installed from my OS repo) "visible"
> or
> > available to this virtualenv. Any ideas?
>
> It should be on the PATH, so invoking "python3.3" should basically work.
>
Do you mean calling runtox.py with the right python version? No luck there
either:
(pytest)brianna at montreal:~/workspace/pytest$ which python3.4
/usr/bin/python3.4
(pytest)brianna at montreal:~/workspace/pytest$ python3.4 runtox.py -v -e
py27,py34,flakes
/usr/bin/python3.4: No module named tox
(pytest)brianna at montreal:~/workspace/pytest$ which python3
/usr/bin/python3
(pytest)brianna at montreal:~/workspace/pytest$ python3 runtox.py -v -e
py27,py34,flakes
/usr/bin/python3: No module named tox
Brianna
--
They've just been waiting in a mountain for the right moment:
http://modernthings.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20140416/88d67cc2/attachment-0001.html>
More information about the Pytest-dev
mailing list