Skip to content

Commit

Permalink
sphinx build in 3.4 to get around configparser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Jul 17, 2016
1 parent c0ee076 commit fa5536b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ env:
# Cython code, you can set CONDA_DEPENDENCIES=''
- CONDA_DEPENDENCIES='cython h5py jinja2 scipy matplotlib'
- PIP_DEPENDENCIES='astro-gala'
- SPHINX_VERSION='1.4.5'

matrix:
# Make sure that egg_info works without dependencies
Expand All @@ -47,7 +46,7 @@ matrix:

# Check for sphinx doc build warnings - we do this first because it
# may run for a long time
- python: 3.5
- python: 3.4
env: SETUP_CMD='build_sphinx -w'

# Try Astropy development version
Expand Down

0 comments on commit fa5536b

Please sign in to comment.