[PATCH] Do not test examples if they are not installed

2008-11-18 Thread Ondrej Certik
Previously, the examples directory was checked for code style. However, when the user installs sympy using ./setup.py install, the examples are not installed (at least not in the parent directory of sympy), so the result is that sympy.test() fails. Now we only check the examples dir if it's

Re: [PATCH] Do not test examples if they are not installed

2008-11-18 Thread Ondrej Certik
On Tue, Nov 18, 2008 at 3:14 PM, Ondrej Certik [EMAIL PROTECTED] wrote: Previously, the examples directory was checked for code style. However, when the user installs sympy using ./setup.py install, the examples are not installed (at least not in the parent directory of sympy), so the result