From 69b4fc91f0c092a88b5bdee7641f133b1afcb636 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Fri, 9 Sep 2016 01:26:50 +0200 Subject: [PATCH] include astropy channel --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index db54c5f10b..01649893f4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ environment: # of 32 bit and 64 bit builds are needed, move this # to the matrix section. CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion" + CONDA_CHANNELS: "astropy" matrix: - PYTHON_VERSION: "2.7"