GitHub user agoodm opened a pull request:
https://github.com/apache/zeppelin/pull/1618
Add tests with external python dependencies to CI build
### What is this PR for?
Many of our python tests are excluded from the main build profile and
hence, the CI builds as well because they require external dependencies. This
PR modifies `.travis.yml` to download the needed python dependencies for our
tests (`matplotlib`, `pandas`, and `pandasql`) using `conda`.
### What type of PR is it?
Improvement
### Todos
* [ ] - matplotlib test for `PySparkInterpreter`
### What is the Jira issue?
[ZEPPELIN-1639](https://issues.apache.org/jira/browse/ZEPPELIN-1639)
### How should this be tested?
Make sure newly added python tests (for matplotlib and pandas) are passing
on CI!
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agoodm/zeppelin ZEPPELIN-1639
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1618.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1618
----
commit 4d8199858520ac2176e36185ec66fb5d7ff607fc
Author: Alex Goodman <[email protected]>
Date: 2016-11-08T21:52:33Z
Add python dependencies to .travis.yml
commit cc4c29dda16da8ce915a771cc3c035b57187c1b3
Author: Alex Goodman <[email protected]>
Date: 2016-11-08T22:08:35Z
Exclude miniconda.sh for RAT check
commit 779196abcf9f2f31c2854233537e5231d4626ebe
Author: Alex Goodman <[email protected]>
Date: 2016-11-09T06:08:15Z
Set PYTHONPATH in tests
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---