Skip to content

Commit

Permalink
Store Docs Artifacts (ethereum#133)
Browse files Browse the repository at this point in the history
* Store artifacts in docs CI

* Force `pytest` import above all else
  • Loading branch information
reedsa authored May 2, 2024
1 parent ae81132 commit ea09f5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ docs: &docs
- run:
name: run tox
command: python -m tox run -r
- store_artifacts:
path: /home/circleci/repo/docs/_build
- save_cache:
paths:
- .tox
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ combine_as_imports = true
extra_standard_library = "pytest"
force_grid_wrap = 1
force_sort_within_sections = true
force_to_top = "pytest"
honor_noqa = true
known_first_party = "<MODULE_NAME>"
known_third_party = "hypothesis"
Expand Down

0 comments on commit ea09f5f

Please sign in to comment.