Status: Valid
Owner: ----
Labels: Type-Defect Priority-Critical Testing
New issue 3959 by [email protected]: Travis issues with dependencies
http://code.google.com/p/sympy/issues/detail?id=3959
There are a few issues with the way we test dependencies in Travis:
- We just install a test in the base Python environment. But Travis does
not have a bare Python environment. In particular, numpy is installed, so
any issues that come up when it isn't (and btw right now there are some
such test failures) are never shown. We should install into a virtualenv,
and then test.
- Installing numpy, matplotlib, and gmpy from source (especially
matplotlib) is too slow. The tests timeout. It's better now that we don't
have to run 2to3 anymore, but it's still an issue. We need to figure out
how to install from binary.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues.
For more options, visit https://groups.google.com/groups/opt_out.