Skip to content

Commit

Permalink
add photutils to travis conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Dec 13, 2018
1 parent 00817e1 commit a3f9b62
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 @@ -15,7 +15,7 @@ env:
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
- PIP_DEPENDENCIES='git+https://github.com/spacetelescope/poppy.git#egg=poppy jwxml git+https://github.com/spacetelescope/pysiaf.git#egg=pysiaf'
- CONDA_DEPENDENCIES='scipy matplotlib cython'
- CONDA_DEPENDENCIES='scipy matplotlib cython photutils'

# For headless testing of code that imports PyPlot:
- MPLBACKEND=Agg
Expand All @@ -35,7 +35,7 @@ matrix:
# Check for Sphinx doc build errors
- python: 3.6
env: SETUP_CMD='build_sphinx'
CONDA_DEPENDENCIES='scipy matplotlib cython nbsphinx pandoc'
CONDA_DEPENDENCIES='scipy matplotlib nbsphinx pandoc'
PIP_DEPENDENCIES='git+https://github.com/spacetelescope/poppy.git#egg=poppy jwxml git+https://github.com/spacetelescope/pysiaf.git#egg=pysiaf nbsphinx sphinx_rtd_theme stsci_rtd_theme sphinx-automodapi'

# Try Astropy development version
Expand Down

0 comments on commit a3f9b62

Please sign in to comment.