Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Merge from v2.x #6431
Conversation
tacaswell
and others
added some commits
Feb 25, 2016
efiring
added the
needs_review
label
May 16, 2016
|
@tacaswell or @jenshnielsen Only appveyor is running on this--no Travis. I imagine this means I broke .travis.yml, but I don't see what the problem is. |
QuLogic
added this to the
2.1 (next point release)
milestone
May 16, 2016
QuLogic
and 1 other
commented on an outdated diff
May 16, 2016
| @@ -76,17 +76,14 @@ install: | ||
| pip install --upgrade pip | ||
| pip install --upgrade wheel | ||
| pip install --upgrade setuptools | ||
| - - | | ||
| - # Install dependencies | ||
| - if [ -z "$PRE" ]; then | ||
| - # Install only from travis wheelhouse | ||
| - wheelhouse_pip_install $NUMPY $PANDAS; | ||
| + # Install only from travis wheelhouse | ||
| + - if [ -z "$PRE" ]; then |
QuLogic
Member
|
QuLogic
commented on an outdated diff
May 16, 2016
|
@dopplershift, I had to add |
tacaswell
merged commit 927631e
into matplotlib:master
May 16, 2016
tacaswell
removed the
needs_review
label
May 16, 2016
|
@efiring I think |
efiring commentedMay 16, 2016
This merge from v2.x into master also required a little editing, and it involves many changes, hence this PR. I resolved conflicts in .travis.yml and lib/matplotlib/tests/test_colors.py.