Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Adding conda requirements to travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Mar 24, 2018
1 parent da61ac4 commit a4396f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -39,7 +39,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'
- CONDA_DEPENDENCIES='Cython scipy matplotlib'

# List other runtime dependencies for the package that are available as
# pip packages here.
Expand Down

0 comments on commit a4396f2

Please sign in to comment.