Skip to content

Commit

Permalink
Merge pull request #73 from nabobalis/master
Browse files Browse the repository at this point in the history
CI fox
  • Loading branch information
nabobalis authored Apr 10, 2019
2 parents 901d56e + 02b4688 commit dc4694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc4694e

Please sign in to comment.