Skip to content

Commit

Permalink
make travis to install sphinx 1.2.2 to avoid the new conflict produce…
Browse files Browse the repository at this point in the history
…d by the not-updatd sphinx module in astropy
  • Loading branch information
dpshelio committed Sep 15, 2014
1 parent 00ede17 commit 5cca1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -59,7 +59,7 @@ install:
- pip install $PIP_WHEEL_COMMAND scikit-image
- pip install $PIP_WHEEL_COMMAND sqlalchemy
# Install sphinx if needed
- if [[ $TEST_MODE == 'sphinx' ]]; then pip install $PIP_WHEEL_COMMAND sphinx>=1.2; fi
- if [[ $TEST_MODE == 'sphinx' ]]; then pip install $PIP_WHEEL_COMMAND sphinx==1.2.2; fi

# Install SunPy and run tests.
script:
Expand Down

0 comments on commit 5cca1b9

Please sign in to comment.