Skip to content

Commit

Permalink
Merge 9fce0c4 into 1d5fcae
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed May 21, 2014
2 parents 1d5fcae + 9fce0c4 commit 8529278
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ matrix:
env: ASTROPY_VERSION=development NUMPY_VERSION=$LATEST_NUMPY_STABLE SETUP_CMD='test --coverage'

before_install:
- pip install --upgrade setuptools
- pip install setuptools
- pip install --upgrade pip
- pip install wheel
- if [[ $SETUP_CMD == build_sphinx* ]]; then sudo apt-get update; sudo apt-get install graphviz; fi
Expand All @@ -81,7 +81,7 @@ install:
# Build development astropy from source -- requires cython. Cython does not
# depend on numpy so we don't care where we get the wheel from.
- if [[ $ASTROPY_VERSION == development ]]; then $PIP_WHEEL_FLEX_NUMPY cython; fi
- if [[ $ASTROPY_VERSION == development ]]; then pip -q install git+http://github.com/astropy/astropy.git#egg=astropy; fi
- if [[ $ASTROPY_VERSION == development ]]; then git clone http://github.com/astropy/astropy.git astropy; cd astropy; git submodule update --init; python setup.py install; cd ..; fi

# Documentation build has a couple of additional requirements.
- if [[ $SETUP_CMD == build_sphinx* ]]; then $PIP_WHEEL_FLEX_NUMPY sphinx>=1.2; fi
Expand Down

0 comments on commit 8529278

Please sign in to comment.