<div dir="ltr"><div>Error logs from tox: <a href="https://gist.github.com/pfctdayelise/b8e4b249f3ae2b0103ab">https://gist.github.com/pfctdayelise/b8e4b249f3ae2b0103ab</a><br><br></div>It seems like tox was happy to install sphinx when I built the docs.<br>
<br>cheers<br>Brianna<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 16 April 2014 16:58, holger krekel <span dir="ltr"><<a href="mailto:holger@merlinux.eu" target="_blank">holger@merlinux.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On Wed, Apr 16, 2014 at 16:56 -0400, Brianna Laugher wrote:<br>
> OK, I will do that. Another question, how can I build the docs?<br>
<br>
</div>"tox -e doc" should work.  Otherwise installing sphinx and going<br>
to "doc/en" and typing "make html" should work.  Or on windows<br>
some sphinx-build command that you find in the tox.ini file.<br>
<br>
best,<br>
holger<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> Brianna<br>
><br>
> On 16 April 2014 16:44, holger krekel <<a href="mailto:holger@merlinux.eu">holger@merlinux.eu</a>> wrote:<br>
><br>
> > Hi Brianna,<br>
> ><br>
> > On Wed, Apr 16, 2014 at 16:39 -0400, Brianna Laugher wrote:<br>
> > > Hello,<br>
> > ><br>
> > > The contributing guide ( <a href="http://pytest.org/latest/contributing.html" target="_blank">http://pytest.org/latest/contributing.html</a> ) is<br>
> > > still missing a couple of steps I'm afraid...<br>
> > ><br>
> > > I installed tox in my virtualenv and then ran "python runtox.py -e<br>
> > > py27,py33,flakes" as advised. At the end of the run tox tells me:<br>
> > ><br>
> > > ERROR:   py27: could not install deps [nose, mock]<br>
> > > ERROR:   py33: InterpreterNotFound: python3.3<br>
> > > ERROR:   flakes: could not install deps [pytest-flakes>=0.2]<br>
> > ><br>
> > > I can manually pip install nose, mock and pytest-flakes, but I don't know<br>
> > > how to make python3.3 (which I have installed from my OS repo) "visible"<br>
> > or<br>
> > > available to this virtualenv. Any ideas?<br>
> ><br>
> > It should be on the PATH, so invoking "python3.3" should basically work.<br>
> > As to the "could not install deps" error, could you use the "-v" option<br>
> > and/or attach the full tox output log?<br>
> ><br>
> > best,<br>
> > holger<br>
> ><br>
> ><br>
> > > Thanks,<br>
> > > Brianna<br>
> > ><br>
> > > --<br>
> > > They've just been waiting in a mountain for the right moment:<br>
> > > <a href="http://modernthings.org/" target="_blank">http://modernthings.org/</a><br>
> ><br>
> > > _______________________________________________<br>
> > > Pytest-dev mailing list<br>
> > > <a href="mailto:Pytest-dev@python.org">Pytest-dev@python.org</a><br>
> > > <a href="https://mail.python.org/mailman/listinfo/pytest-dev" target="_blank">https://mail.python.org/mailman/listinfo/pytest-dev</a><br>
> ><br>
> ><br>
><br>
><br>
> --<br>
> They've just been waiting in a mountain for the right moment:<br>
> <a href="http://modernthings.org/" target="_blank">http://modernthings.org/</a><br>
<br>
> _______________________________________________<br>
> Pytest-dev mailing list<br>
> <a href="mailto:Pytest-dev@python.org">Pytest-dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/pytest-dev" target="_blank">https://mail.python.org/mailman/listinfo/pytest-dev</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>They've just been waiting in a mountain for the right moment: <a href="http://modernthings.org/">http://modernthings.org/</a>
</div>