You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 exampleand then have an
exclude
portion for theosx
builds.(2) in the
install
portion, we only want to install the required plotting packages if thePYPI_BUILD
variable iscomplete
oronly_plotting
The text was updated successfully, but these errors were encountered: