Skip to content

Commit

Permalink
matplotlib too?!!?!
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Apr 8, 2015
1 parent 2d59211 commit 98544e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -90,8 +90,8 @@ install:
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION requests ; fi
- if [[ ($SETUP_CMD != egg_info) && ($TRAVIS_PYTHON_VERSION == 2.7) ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION keyring ; fi
- if [[ ($SETUP_CMD != egg_info) && ($TRAVIS_PYTHON_VERSION != 2.7) ]]; then $PIP_INSTALL keyring ; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION beautiful-soup ; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION html5lib ; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL numpy=$NUMPY_VERSION beautiful-soup html5lib; fi
- if [[ $SETUP_CMD != egg_info ]]; then $CONDA_INSTALL matplotlib ; fi
- if [[ $SETUP_CMD != egg_info ]]; then $PIP_INSTALL pyregion aplpy ; fi
# - if [[ $SETUP_CMD != egg_info ]]; then $PIP_INSTALL ...; fi

Expand Down

0 comments on commit 98544e6

Please sign in to comment.