Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis.yml build matrices #43

Open
parul-l opened this issue Dec 18, 2019 · 0 comments
Open

travis.yml build matrices #43

parul-l opened this issue Dec 18, 2019 · 0 comments

Comments

@parul-l
Copy link
Collaborator

parul-l commented Dec 18, 2019

The .travis.yml file needs two fixes:
(1) the matrix with the PYPI_BUILD environment variables is not being included for each of the four environments we have set up. From the travis docs, we probably want something similar to the example

language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
env:
- DB=mongodb
- DB=redis
- DB=mysql

and then have an exclude portion for the osx builds.

(2) in the install portion, we only want to install the required plotting packages if the PYPI_BUILD variable is complete or only_plotting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants