Skip to content

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Sep 23, 2018

Following up on #2271. This switches the set language in our Travis-CI config from "python" to "generic". Since we don't use any of the Travis Python utilities, we didn't really need the python setting and the generic setting gives a few benefits:

  • smaller base image which should give a bit faster spin-up time

  • build matrix without reliance on python version, instead we just point to the conda environment file

  • Tests passed (for all non-documentation changes)

@shoyer
Copy link
Member

shoyer commented Sep 24, 2018

Nice! Would it work to remove the redundant name field?

@shoyer
Copy link
Member

shoyer commented Sep 26, 2018

Looks great, thanks!

@jhamman
Copy link
Member Author

jhamman commented Sep 26, 2018

Yes, this looks good to go now.

@shoyer shoyer merged commit 1857a7f into pydata:master Sep 26, 2018
dcherian pushed a commit to dcherian/xarray that referenced this pull request Oct 7, 2018
* master:
  Replace the last of unittest with pytest (pydata#2467)
  Add python_requires to setup.py (pydata#2465)
  Clean up _parse_array_of_cftime_strings (pydata#2464)
  plot.contour: Don't make cmap if colors is a single color. (pydata#2453)
  np.AxisError was added in numpy 1.13 (pydata#2455)
  Add CFTimeIndex.shift (pydata#2431)
  Fix FutureWarning in CFTimeIndex.date_type (pydata#2448)
  fix:2445 (pydata#2446)
  Enable use of cftime.datetime coordinates with differentiate and interp (pydata#2434)
  restore ddof support in std (pydata#2447)
  Future warning for default reduction dimension of groupby (pydata#2366)
  Remove incorrect statement about "drop" in the text docs (pydata#2439)
  Use profile mechanism, not no-op mutation (pydata#2442)
  switch travis language to generic (pydata#2432)
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

Successfully merging this pull request may close these issues.

2 participants