Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Nov 22, 2019
1 parent 6f2a457 commit d5ff4df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,19 @@ jobs:
- run: *master-or-pr-check
- run: *apt-install
- run: *pip-install-dev
- run:
name: Install
command: |
. venv/bin/activate
python setup.py install
- run:
name: Execute notebooks
command: bash .circleci/execute_notebooks.sh
- run:
name: Build documentation
command: |
. venv/bin/activate
python setup.py install build_docs -w
python setup.py build_docs -w
- store_artifacts:
path: docs/_build/html
- run:
Expand Down

0 comments on commit d5ff4df

Please sign in to comment.