Skip to content

Commit

Permalink
Fix to travis file to require scipy for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis McCully committed Aug 16, 2016
1 parent ac67b62 commit 5c9ad12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ env:
# For this package-template, we include examples of Cython modules,
# so Cython is required for testing. If your package does not include
# Cython code, you can set CONDA_DEPENDENCIES=''
- CONDA_DEPENDENCIES='Cython, scipy'
- CONDA_DEPENDENCIES='Cython scipy'

# Conda packages for affiliated packages are hosted in channel
# "astropy" while builds for astropy LTS with recent numpy versions
Expand Down

0 comments on commit 5c9ad12

Please sign in to comment.