Do you know if there is a way to have a tox.ini file that is tracked by git, but to still locally set somehow the paths to various Python binaries (for example, I have two binaries for each version of Python, one 32-bit and one 64-bit)?
Aaron Meurer On May 28, 2011, at 1:42 PM, Vlada Peric wrote: > As you may or may not know, SymPy is looking for a replacement for buildbot > (see the issue[0] on it and my blog post about continuous integration servers > and such[1]). This is a part of my GSoC project and, as explained I believe > using Tox in combination with Jenkins is the way forward. As Tox is a very > powerful tool in it's own right, I think we should start using it locally > too, to streamline tests. The way Tox works is explained in my blog post, and > there are instruction on the wiki on how to set it up: > > https://github.com/sympy/sympy/wiki/Using-Tox > > Please try it and comment on any issues that might arise. > > > [0] http://code.google.com/p/sympy/issues/detail?id=1117 > > [1] http://vperic.blogspot.com/2011/05/continuous-integration-and-sympy.html > > -- > Vlada Perić -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
