From 02b468867e6a43aa6db26c7266d5d41ecfc8b70a Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Wed, 10 Apr 2019 19:06:09 +0100 Subject: [PATCH] CI fox --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87074b0a4..98201a657 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,7 +43,7 @@ jobs: - run: pip install -U setuptools - run: pip install -e . - run: git clone --depth 1 https://github.com/sunpy/sunpy.git - - run: cd sunpy && pip install -e .[all] + - run: cd sunpy && pip install -e .[all,dev] - run: cd sunpy && python setup.py build_docs -w - store_artifacts: