From a4396f2f9e0f744a5686fdd88f369a8ac79abf2c Mon Sep 17 00:00:00 2001 From: Brett Morris Date: Sat, 24 Mar 2018 12:39:21 -0700 Subject: [PATCH] Adding conda requirements to travis builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74ea4f7..338f2ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.