Hi Alan,

I am not sure if this is what you are looking for but here it goes-

For Python2 interpreter and Python types - ./bin/test
For Python3 interpreter and Python types - python3 ./bin/test
For Python2 interpreter and GMPY types - ./bin/test -t gmpy
For Python3 interpreter and GMPY types - python3 ./bin/test -t gmpy

You need to install GMPY to run the last two tests.

For doctests, replace each of these ./bin/test with ./bin/doctest. That
means you have to run a total of 8 test suits.

You can also run
  ./bin/test --help
if you are stuck.

Thank you,
Saurabh


On Tue, Jul 8, 2014 at 11:08 PM, Alan Bromborsky <abro...@verizon.net>
wrote:

> I now have a branch of sympy (github brombo/sympy) with the revisions to
> geometric algebra.  How do I run all tests locally including testing for
> each sympy supported version of python and whatever other tests are done
> when a revision is submitted?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/sympy/53BC2C78.6080400%40verizon.net.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAP%2BqjMg4J%3Dpi%2BUiistwHuBBZuFeiC9Mkh%2BpRVHRuP7vBkT385w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to